Searched refs:crypto_ahash_digestsize (Results 1 – 6 of 6) sorted by relevance
44 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_alloc_result()62 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_free_result()194 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg()
249 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail()297 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt()365 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth), in crypto_authenc_esn_init_tfm()
239 unsigned int ds = crypto_ahash_digestsize(tfm); in ahash_save_req()298 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_restore_req()
199 int digestsize = crypto_ahash_digestsize(tfm); in ahash_partial_update()273 size_t digest_size = crypto_ahash_digestsize(tfm); in __test_hash()409 crypto_ahash_digestsize(tfm))) { in __test_hash()412 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash()477 crypto_ahash_digestsize(tfm))) { in __test_hash()480 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash()555 crypto_ahash_digestsize(tfm))) { in __test_hash()558 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash()
1078 if (crypto_ahash_digestsize(tfm) > MAX_DIGEST_SIZE) { in test_ahash_speed_common()1079 pr_err("digestsize(%u) > %d\n", crypto_ahash_digestsize(tfm), in test_ahash_speed_common()
332 static inline unsigned int crypto_ahash_digestsize(struct crypto_ahash *tfm) in crypto_ahash_digestsize() function