Home
last modified time | relevance | path

Searched defs:ahash (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.3-rc2/net/ipv4/
A Dah4.c25 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp()
49 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv()
55 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, in ah_tmp_req()
68 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, in ah_req_sg()
154 struct crypto_ahash *ahash; in ah_output() local
312 struct crypto_ahash *ahash; in ah_input() local
478 struct crypto_ahash *ahash; in ah_init_state() local
/linux-6.3-rc2/drivers/crypto/caam/
A Dcaamhash.c202 static int ahash_set_sh_desc(struct crypto_ahash *ahash) in ahash_set_sh_desc()
258 static int axcbc_set_sh_desc(struct crypto_ahash *ahash) in axcbc_set_sh_desc()
310 static int acmac_set_sh_desc(struct crypto_ahash *ahash) in acmac_set_sh_desc()
423 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey()
589 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_cpy() local
640 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_switch() local
705 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_edesc_alloc() local
825 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx() local
950 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx() local
1011 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx() local
[all …]
A Dcaamalg_qi2.c3402 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done() local
3429 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_bi() local
3467 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_ctx_src() local
3494 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_ctx_dst() local
3530 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx() local
3649 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx() local
3720 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx() local
3814 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_digest() local
3909 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_no_ctx() local
3982 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_no_ctx() local
[all …]
/linux-6.3-rc2/net/ipv6/
A Dah6.c49 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp()
78 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv()
84 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, in ah_tmp_req()
97 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, in ah_req_sg()
328 struct crypto_ahash *ahash; in ah6_output() local
514 struct crypto_ahash *ahash; in ah6_input() local
673 struct crypto_ahash *ahash; in ah6_init_state() local
/linux-6.3-rc2/include/net/
A Dah.h13 struct crypto_ahash *ahash; member
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dgss_krb5_crypto.c776 struct crypto_ahash *ahash; in gss_krb5_aes_encrypt() local
850 struct crypto_ahash *ahash; in gss_krb5_aes_decrypt() local
1006 struct crypto_ahash *ahash; in krb5_etm_encrypt() local
1097 struct crypto_ahash *ahash; in krb5_etm_decrypt() local
/linux-6.3-rc2/include/crypto/internal/
A Dhash.h160 static inline void crypto_ahash_set_reqsize_dma(struct crypto_ahash *ahash, in crypto_ahash_set_reqsize_dma()
180 struct crypto_ahash *ahash) in ahash_alg_instance()
/linux-6.3-rc2/drivers/crypto/qce/
A Dsha.c40 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_done() local
395 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in qce_ahash_cra_init() local
A Dsha.h63 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in to_ahash_tmpl() local
A Dcommon.h91 struct ahash_alg ahash; member
A Dcommon.c150 struct crypto_ahash *ahash = __crypto_ahash_cast(async_req->tfm); in qce_setup_regs_ahash() local
/linux-6.3-rc2/drivers/crypto/ccree/
A Dcc_hash.c726 static int cc_hash_setkey(struct crypto_ahash *ahash, const u8 *key, in cc_hash_setkey()
921 static int cc_xcbc_setkey(struct crypto_ahash *ahash, in cc_xcbc_setkey()
1007 static int cc_cmac_setkey(struct crypto_ahash *ahash, in cc_cmac_setkey()
1501 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in cc_hash_export() local
1527 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in cc_hash_import() local
/linux-6.3-rc2/drivers/crypto/
A Dn2_core.c378 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in n2_hash_cra_init() local
404 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in n2_hash_cra_exit() local
413 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in n2_hmac_cra_init() local
453 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in n2_hmac_cra_exit() local
1368 struct ahash_alg *ahash; in __n2_register_one_hmac() local
1408 struct ahash_alg *ahash; in __n2_register_one_ahash() local
A Dsa2ul.h319 struct crypto_ahash *ahash; member
A Dsa2ul.c158 struct ahash_alg ahash; member
/linux-6.3-rc2/drivers/crypto/bcm/
A Dcipher.c658 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in handle_ahash_req() local
900 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in spu_hmac_outer_hash() local
999 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in handle_ahash_resp() local
2252 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey()
2316 static int ahash_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_hmac_setkey()
/linux-6.3-rc2/drivers/crypto/ccp/
A Dccp-crypto-aes-cmac.c338 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in ccp_aes_cmac_cra_init() local
A Dccp-crypto-sha.c316 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in ccp_sha_cra_init() local
/linux-6.3-rc2/drivers/crypto/amcc/
A Dcrypto4xx_alg.c683 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in crypto4xx_hash_update() local
702 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in crypto4xx_hash_digest() local
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c59 int sun8i_ss_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in sun8i_ss_hmac_setkey()
/linux-6.3-rc2/drivers/crypto/marvell/cesa/
A Dhash.c843 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_export() local
861 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_import() local
/linux-6.3-rc2/drivers/crypto/inside-secure/
A Dsafexcel_hash.c233 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result() local
524 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result() local
2488 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in safexcel_sha3_cra_init() local
/linux-6.3-rc2/crypto/
A Dahash.c463 struct ahash_instance *ahash = ahash_instance(inst); in crypto_ahash_free_instance() local
/linux-6.3-rc2/drivers/crypto/aspeed/
A Daspeed-hace.h279 struct ahash_alg ahash; member
/linux-6.3-rc2/drivers/crypto/stm32/
A Dstm32-hash.c801 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in stm32_hash_emptymsg_fallback() local

Completed in 67 milliseconds

12