Lines Matching refs:ahash
705 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in handle_ahash_req() local
706 struct crypto_tfm *tfm = crypto_ahash_tfm(ahash); in handle_ahash_req()
947 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in spu_hmac_outer_hash() local
949 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in spu_hmac_outer_hash()
1047 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in handle_ahash_resp() local
1049 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in handle_ahash_resp()
2351 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey() argument
2354 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_setkey()
2357 __func__, ahash, key, keylen); in ahash_setkey()
2415 static int ahash_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_hmac_setkey() argument
2418 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_hmac_setkey()
2420 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in ahash_hmac_setkey()
2421 unsigned int digestsize = crypto_ahash_digestsize(ahash); in ahash_hmac_setkey()
2426 __func__, ahash, key, keylen, blocksize, digestsize); in ahash_hmac_setkey()