Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-hash.c24 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_free_data_blocks() local
46 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_free_sa_record() local
62 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_handle_result() local
161 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in __eip93_hash_init() local
213 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_send_hash_req() local
289 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_init() local
392 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_update() local
440 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in __eip93_hash_final() local
522 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_finup() local
561 static int eip93_hash_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in eip93_hash_hmac_setkey()
/linux/net/ipv4/
H A Dah4.c25 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp()
52 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, in ah_tmp_req()
65 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, in ah_req_sg()
151 struct crypto_ahash *ahash; in ah_output() local
309 struct crypto_ahash *ahash; in ah_input() local
475 struct crypto_ahash *ahash; in ah_init_state() local
/linux/drivers/crypto/caam/
H A Dcaamhash.c205 static int ahash_set_sh_desc(struct crypto_ahash *ahash) in ahash_set_sh_desc() argument
261 axcbc_set_sh_desc(struct crypto_ahash * ahash) axcbc_set_sh_desc() argument
313 acmac_set_sh_desc(struct crypto_ahash * ahash) acmac_set_sh_desc() argument
424 ahash_setkey(struct crypto_ahash * ahash,const u8 * key,unsigned int keylen) ahash_setkey() argument
493 axcbc_setkey(struct crypto_ahash * ahash,const u8 * key,unsigned int keylen) axcbc_setkey() argument
513 acmac_setkey(struct crypto_ahash * ahash,const u8 * key,unsigned int keylen) acmac_setkey() argument
590 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_done_cpy() local
641 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_done_switch() local
822 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_update_ctx() local
947 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_final_ctx() local
1008 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_finup_ctx() local
1082 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_digest() local
1149 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_final_no_ctx() local
1198 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_update_no_ctx() local
1319 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_finup_no_ctx() local
1395 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_update_first() local
1763 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); caam_hash_cra_init() local
[all...]
H A Dcaamalg_qi2.c3139 static int ahash_set_sh_desc(struct crypto_ahash *ahash) in ahash_set_sh_desc() argument
3311 static int ahash_setkey(struct crypto_ahash *ahash, cons argument
3404 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_done() local
3431 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_done_bi() local
3469 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_done_ctx_src() local
3496 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_done_ctx_dst() local
3532 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_update_ctx() local
3651 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_final_ctx() local
3722 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_finup_ctx() local
3816 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_digest() local
3911 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_final_no_ctx() local
3984 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_update_no_ctx() local
4105 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_finup_no_ctx() local
4201 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); ahash_update_first() local
4555 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); caam_hash_cra_init() local
[all...]
/linux/net/ipv6/
H A Dah6.c77 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp()
109 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, in ah_tmp_req()
122 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, in ah_req_sg()
347 struct crypto_ahash *ahash; in ah6_output() local
523 struct crypto_ahash *ahash; in ah6_input() local
682 struct crypto_ahash *ahash; in ah6_init_state() local
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c589 struct crypto_ahash *ahash; in gss_krb5_aes_encrypt() local
662 struct crypto_ahash *ahash; in gss_krb5_aes_decrypt() local
817 struct crypto_ahash *ahash; in krb5_etm_encrypt() local
908 struct crypto_ahash *ahash; in krb5_etm_decrypt() local
/linux/include/net/
H A Dah.h13 struct crypto_ahash *ahash; member
/linux/drivers/crypto/qce/
H 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
H A Dsha.h63 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in to_ahash_tmpl() local
H A Dcommon.h91 struct ahash_alg ahash; member
H A Dcommon.c150 struct crypto_ahash *ahash = __crypto_ahash_cast(async_req->tfm); in qce_setup_regs_ahash() local
/linux/drivers/crypto/bcm/
H A Dcipher.c654 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in handle_ahash_req() local
896 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in spu_hmac_outer_hash() local
995 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in handle_ahash_resp() local
2246 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey()
2310 static int ahash_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_hmac_setkey()
/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c338 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in ccp_aes_cmac_cra_init() local
H A Dccp-crypto-sha.c316 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in ccp_sha_cra_init() local
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c47 int sun8i_ss_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in sun8i_ss_hmac_setkey()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c233 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result() local
522 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result() local
2404 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in safexcel_sha3_cra_init() local
H A Dsafexcel.h883 struct ahash_alg ahash; member
/linux/drivers/crypto/
H A Dsa2ul.h319 struct crypto_ahash *ahash; member
H A Dsa2ul.c159 struct ahash_alg ahash; member
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c318 __u32 ahash; in ip_vs_svc_hashkey() local
/linux/drivers/md/
H A Ddm-integrity.c4364 static int get_mac(struct crypto_shash **shash, struct crypto_ahash **ahash, in get_mac()