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