Lines Matching refs:ahash
726 static int cc_hash_setkey(struct crypto_ahash *ahash, const u8 *key, in cc_hash_setkey() argument
739 ctx = crypto_ahash_ctx(ahash); in cc_hash_setkey()
743 blocksize = crypto_tfm_alg_blocksize(&ahash->base); in cc_hash_setkey()
744 digestsize = crypto_ahash_digestsize(ahash); in cc_hash_setkey()
921 static int cc_xcbc_setkey(struct crypto_ahash *ahash, in cc_xcbc_setkey() argument
925 struct cc_hash_ctx *ctx = crypto_ahash_ctx(ahash); in cc_xcbc_setkey()
1007 static int cc_cmac_setkey(struct crypto_ahash *ahash, in cc_cmac_setkey() argument
1010 struct cc_hash_ctx *ctx = crypto_ahash_ctx(ahash); in cc_cmac_setkey()
1501 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in cc_hash_export() local
1502 struct cc_hash_ctx *ctx = crypto_ahash_ctx(ahash); in cc_hash_export()
1527 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in cc_hash_import() local
1528 struct cc_hash_ctx *ctx = crypto_ahash_ctx(ahash); in cc_hash_import()