Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dalgif_hash.c155 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg()
390 crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req))); in hash_sock_destruct()
402 unsigned ds = crypto_ahash_digestsize(hash); in hash_accept_parent_nokey()
Dahash.c236 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()
Dtestmgr.c292 crypto_ahash_digestsize(tfm))) { in __test_hash()
295 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash()
369 crypto_ahash_digestsize(tfm))) { in __test_hash()
372 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash()
Dauthenc.c568 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth) + in crypto_authenc_init_tfm()
Dtcrypt.c946 if (crypto_ahash_digestsize(tfm) > sizeof(output)) { in test_ahash_speed()
948 crypto_ahash_digestsize(tfm), sizeof(output)); in test_ahash_speed()
Dauthencesn.c660 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth) + in crypto_authenc_esn_init_tfm()
/linux-4.1.27/drivers/crypto/qce/
Dsha.c46 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_done()
151 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_export()
181 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_import_common()
370 unsigned int digestsize = crypto_ahash_digestsize(tfm); in qce_ahash_hmac_setkey()
Dcommon.c238 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_setup_regs_ahash()
/linux-4.1.27/net/ipv4/
Dah4.c28 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp()
58 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req()
497 crypto_ahash_digestsize(ahash)) { in ah_init_state()
500 crypto_ahash_digestsize(ahash), in ah_init_state()
/linux-4.1.27/net/ipv6/
Dah6.c65 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp()
100 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req()
706 crypto_ahash_digestsize(ahash)) { in ah6_init_state()
708 x->aalg->alg_name, crypto_ahash_digestsize(ahash), in ah6_init_state()
/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c314 int digestsize = crypto_ahash_digestsize(ahash); in ahash_set_sh_desc()
520 int digestsize = crypto_ahash_digestsize(ahash); in ahash_setkey()
638 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done()
676 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_bi()
708 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_ctx_src()
746 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_ctx_dst()
913 int digestsize = crypto_ahash_digestsize(ahash); in ahash_final_ctx()
997 int digestsize = crypto_ahash_digestsize(ahash); in ahash_finup_ctx()
1080 int digestsize = crypto_ahash_digestsize(ahash); in ahash_digest()
1163 int digestsize = crypto_ahash_digestsize(ahash); in ahash_final_no_ctx()
[all …]
/linux-4.1.27/include/crypto/
Dhash.h285 static inline unsigned int crypto_ahash_digestsize(struct crypto_ahash *tfm) in crypto_ahash_digestsize() function
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_alg.c244 ds = crypto_ahash_digestsize( in crypto4xx_hash_init()
/linux-4.1.27/security/integrity/ima/
Dima_crypto.c239 hash->length = crypto_ahash_digestsize(tfm); in ima_calc_file_hash_atfm()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c32 unsigned int digest_size = crypto_ahash_digestsize(tfm); in ccp_aes_cmac_complete()
Dccp-crypto-sha.c31 unsigned int digest_size = crypto_ahash_digestsize(tfm); in ccp_sha_complete()
/linux-4.1.27/drivers/crypto/
Datmel-sha.c281 crypto_ahash_digestsize(tfm)); in atmel_sha_init()
283 switch (crypto_ahash_digestsize(tfm)) { in atmel_sha_init()
Dbfin_crc.c180 crypto_ahash_digestsize(tfm)); in bfin_crypto_crc_init()
Dtalitos.c1623 crypto_ahash_digestsize(tfm), in common_nonsnoop_hash()
1662 (crypto_ahash_digestsize(tfm) <= SHA256_DIGEST_SIZE) in ahash_init()
1883 unsigned int digestsize = crypto_ahash_digestsize(tfm); in ahash_setkey()
Domap-sham.c854 crypto_ahash_digestsize(tfm)); in omap_sham_init()
856 switch (crypto_ahash_digestsize(tfm)) { in omap_sham_init()
Dimg-hash.c614 ctx->digsize = crypto_ahash_digestsize(tfm); in img_hash_digest()
Dmv_cesa.c447 crypto_ahash_digestsize(crypto_ahash_reqtfm in mv_hash_algo_completion()
Dsahara.c1176 switch (crypto_ahash_digestsize(tfm)) { in sahara_sha_init()