Home
last modified time | relevance | path

Searched refs:setkey_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/bcm/
H A Dutil.c382 atomic_read(&ipriv->setkey_cnt[SPU_OP_CIPHER])); in spu_debugfs_read()
411 atomic_read(&ipriv->setkey_cnt[SPU_OP_HMAC])); in spu_debugfs_read()
426 atomic_read(&ipriv->setkey_cnt[SPU_OP_AEAD])); in spu_debugfs_read()
H A Dcipher.h450 atomic_t setkey_cnt[SPU_OP_NUM]; member