Home
last modified time | relevance | path

Searched refs:crypto_ahash_digestsize (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/crypto/
Dalgif_hash.c44 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()
Dauthencesn.c249 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()
Dahash.c239 unsigned int ds = crypto_ahash_digestsize(tfm); in ahash_save_req()
298 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_restore_req()
Dtestmgr.c199 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()
Dtcrypt.c1078 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()
/linux-4.19.296/include/crypto/
Dhash.h332 static inline unsigned int crypto_ahash_digestsize(struct crypto_ahash *tfm) in crypto_ahash_digestsize() function