/linux-4.4.14/crypto/ |
D | algif_hash.c | 155 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg() 398 crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req))); in hash_sock_destruct() 410 unsigned ds = crypto_ahash_digestsize(hash); in hash_accept_parent_nokey()
|
D | ahash.c | 236 unsigned int ds = crypto_ahash_digestsize(tfm); in ahash_save_req() 310 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_op_unaligned_finish() 389 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_def_finup_finish2()
|
D | authencesn.c | 245 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail() 288 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt() 356 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth), in crypto_authenc_esn_init_tfm()
|
D | testmgr.c | 302 crypto_ahash_digestsize(tfm))) { in __test_hash() 305 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash() 379 crypto_ahash_digestsize(tfm))) { in __test_hash() 382 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash()
|
D | tcrypt.c | 968 if (crypto_ahash_digestsize(tfm) > MAX_DIGEST_SIZE) { in test_ahash_speed() 969 pr_err("digestsize(%u) > %d\n", crypto_ahash_digestsize(tfm), in test_ahash_speed()
|
/linux-4.4.14/net/ipv4/ |
D | ah4.c | 28 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp() 58 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req() 499 crypto_ahash_digestsize(ahash)) { in ah_init_state() 502 crypto_ahash_digestsize(ahash), in ah_init_state()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | sha.c | 46 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_done() 147 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_export() 177 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_import_common() 366 unsigned int digestsize = crypto_ahash_digestsize(tfm); in qce_ahash_hmac_setkey()
|
D | common.c | 238 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_setup_regs_ahash()
|
/linux-4.4.14/net/ipv6/ |
D | ah6.c | 65 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp() 100 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req() 708 crypto_ahash_digestsize(ahash)) { in ah6_init_state() 710 x->aalg->alg_name, crypto_ahash_digestsize(ahash), in ah6_init_state()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamhash.c | 322 int digestsize = crypto_ahash_digestsize(ahash); in ahash_set_sh_desc() 528 int digestsize = crypto_ahash_digestsize(ahash); in ahash_setkey() 643 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done() 681 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_bi() 713 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_ctx_src() 751 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_ctx_dst() 915 int digestsize = crypto_ahash_digestsize(ahash); in ahash_final_ctx() 999 int digestsize = crypto_ahash_digestsize(ahash); in ahash_finup_ctx() 1080 int digestsize = crypto_ahash_digestsize(ahash); in ahash_digest() 1160 int digestsize = crypto_ahash_digestsize(ahash); in ahash_final_no_ctx() [all …]
|
/linux-4.4.14/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-hash.c | 322 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) in sun4i_hash_update() 367 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) in sun4i_hash_final()
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | hash.c | 345 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_process() 391 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_prepare() 805 unsigned int digsize = crypto_ahash_digestsize(ahash); in mv_cesa_ahash_export() 824 unsigned int digsize = crypto_ahash_digestsize(ahash); in mv_cesa_ahash_import() 1133 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahmac_pad_init()
|
/linux-4.4.14/include/crypto/ |
D | hash.h | 304 static inline unsigned int crypto_ahash_digestsize(struct crypto_ahash *tfm) in crypto_ahash_digestsize() function
|
/linux-4.4.14/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 244 ds = crypto_ahash_digestsize( in crypto4xx_hash_init()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_crypto.c | 239 hash->length = crypto_ahash_digestsize(tfm); in ima_calc_file_hash_atfm()
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-crypto-aes-cmac.c | 32 unsigned int digest_size = crypto_ahash_digestsize(tfm); in ccp_aes_cmac_complete()
|
D | ccp-crypto-sha.c | 31 unsigned int digest_size = crypto_ahash_digestsize(tfm); in ccp_sha_complete()
|
/linux-4.4.14/drivers/crypto/ |
D | atmel-sha.c | 281 crypto_ahash_digestsize(tfm)); in atmel_sha_init() 283 switch (crypto_ahash_digestsize(tfm)) { in atmel_sha_init()
|
D | talitos.c | 1770 crypto_ahash_digestsize(tfm), in common_nonsnoop_hash() 1812 (crypto_ahash_digestsize(tfm) <= SHA256_DIGEST_SIZE) in ahash_init() 1992 (crypto_ahash_digestsize(tfm) <= SHA256_DIGEST_SIZE) in ahash_import() 2072 unsigned int digestsize = crypto_ahash_digestsize(tfm); in ahash_setkey()
|
D | bfin_crc.c | 160 crypto_ahash_digestsize(tfm)); in bfin_crypto_crc_init()
|
D | omap-sham.c | 860 crypto_ahash_digestsize(tfm)); in omap_sham_init() 862 switch (crypto_ahash_digestsize(tfm)) { in omap_sham_init()
|
D | img-hash.c | 614 ctx->digsize = crypto_ahash_digestsize(tfm); in img_hash_digest()
|
D | mv_cesa.c | 452 crypto_ahash_digestsize(crypto_ahash_reqtfm in mv_hash_algo_completion()
|
D | sahara.c | 1112 switch (crypto_ahash_digestsize(tfm)) { in sahara_sha_init()
|