Searched refs:crypto_ahash_tfm (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/include/crypto/internal/
H A Dhash.h133 return crypto_tfm_ctx(crypto_ahash_tfm(tfm)); crypto_ahash_ctx()
197 return crypto_tfm_in_queue(queue, crypto_ahash_tfm(tfm)); ahash_tfm_in_queue()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-sha.c65 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); ccp_do_sha_update()
153 ccp_crypto_ahash_alg(crypto_ahash_tfm(tfm)); ccp_sha_init()
155 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); ccp_sha_init()
240 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); ccp_sha_setkey()
H A Dccp-crypto-aes-cmac.c66 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); ccp_do_cmac_update()
244 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); ccp_aes_cmac_setkey()
246 ccp_crypto_ahash_alg(crypto_ahash_tfm(tfm)); ccp_aes_cmac_setkey()
/linux-4.1.27/drivers/crypto/qce/
H A Dsha.c153 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); qce_ahash_export()
185 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); qce_import_common()
245 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); qce_ahash_update()
381 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); qce_ahash_hmac_setkey()
/linux-4.1.27/include/crypto/
H A Dhash.h243 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm) crypto_ahash_tfm() function
254 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); crypto_free_ahash()
260 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm)); crypto_ahash_alignmask()
272 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg); crypto_hash_alg_common()
297 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm)); crypto_ahash_get_flags()
302 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags); crypto_ahash_set_flags()
307 crypto_tfm_clear_flags(crypto_ahash_tfm(tfm), flags); crypto_ahash_clear_flags()
495 req->base.tfm = crypto_ahash_tfm(tfm); ahash_request_set_tfm()
/linux-4.1.27/crypto/
H A Dmcryptd.c325 mcryptd_get_queue(crypto_ahash_tfm(tfm)); mcryptd_hash_enqueue()
H A Dcryptd.c442 cryptd_get_queue(crypto_ahash_tfm(tfm)); cryptd_hash_enqueue()
H A Dtestmgr.c195 const char *algo = crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); __test_hash()
/linux-4.1.27/drivers/crypto/
H A Dtalitos.c1703 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); ahash_process_req()
1837 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); keyhash()
1880 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); ahash_setkey()
1882 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); ahash_setkey()
H A Dsahara.c964 block_size = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); sahara_sha_prepare_request()

Completed in 124 milliseconds