Home
last modified time | relevance | path

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

/drivers/crypto/bcm/
Dutil.c380 atomic_read(&ipriv->setkey_cnt[SPU_OP_CIPHER])); in spu_debugfs_read()
409 atomic_read(&ipriv->setkey_cnt[SPU_OP_HMAC])); in spu_debugfs_read()
424 atomic_read(&ipriv->setkey_cnt[SPU_OP_AEAD])); in spu_debugfs_read()
Dcipher.h451 atomic_t setkey_cnt[SPU_OP_NUM]; member
Dcipher.c1948 atomic_inc(&iproc_priv.setkey_cnt[SPU_OP_CIPHER]); in ablkcipher_setkey()
2474 atomic_inc(&iproc_priv.setkey_cnt[SPU_OP_HMAC]); in ahash_hmac_setkey()
2910 atomic_inc(&iproc_priv.setkey_cnt[SPU_OP_AEAD]); in aead_authenc_setkey()
2983 atomic_inc(&iproc_priv.setkey_cnt[SPU_OP_AEAD]); in aead_gcm_ccm_setkey()
4509 atomic_set(&iproc_priv.setkey_cnt[i], 0); in spu_counters_init()