Home
last modified time | relevance | path

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

/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()
261 static int axcbc_set_sh_desc(struct crypto_ahash *ahash) in axcbc_set_sh_desc()
313 static int acmac_set_sh_desc(struct crypto_ahash *ahash) in acmac_set_sh_desc()
424 static int ahash_setkey(struct crypto_ahash *ahash, in ahash_setkey()
493 static int axcbc_setkey(struct crypto_ahash *ahash, const u8 *key, in axcbc_setkey()
513 static int acmac_setkey(struct crypto_ahash *ahash, const u8 *key, in acmac_setkey()
590 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_cpy() local
641 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_switch() local
822 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx() local
947 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx() local
[all …]
/linux/net/ipv6/
H A Dah6.c49 ah_alloc_tmp(struct crypto_ahash * ahash,int nfrags,unsigned int size) ah_alloc_tmp() argument
81 ah_tmp_req(struct crypto_ahash * ahash,u8 * icv) ah_tmp_req() argument
94 ah_req_sg(struct crypto_ahash * ahash,struct ahash_request * req) ah_req_sg() argument
325 struct crypto_ahash *ahash; ah6_output() local
511 struct crypto_ahash *ahash; ah6_input() local
670 struct crypto_ahash *ahash; ah6_init_state() local
[all...]
/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.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/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/
H A Dsa2ul.h319 struct crypto_ahash *ahash; member
/linux/crypto/
H A Dahash.c770 struct ahash_instance *ahash = ahash_instance(inst); in crypto_ahash_free_instance() local
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c319 __u32 ahash; in ip_vs_svc_hashkey() local
/linux/drivers/crypto/inside-secure/
H A Dsafexcel.h883 struct ahash_alg ahash; member
/linux/drivers/md/
H A Ddm-integrity.c4351 static int get_mac(struct crypto_shash **shash, struct crypto_ahash **ahash, in get_mac()