Home
last modified time | relevance | path

Searched refs:ahash (Results 1 – 4 of 4) sorted by relevance

/net/ipv4/
A Dah4.c151 struct crypto_ahash *ahash; in ah_output() local
163 ahash = ahp->ahash; in ah_output()
183 req = ah_tmp_req(ahash, icv); in ah_output()
184 sg = ah_req_sg(ahash, req); in ah_output()
309 struct crypto_ahash *ahash; in ah_input() local
326 ahash = ahp->ahash; in ah_input()
375 req = ah_tmp_req(ahash, icv); in ah_input()
376 sg = ah_req_sg(ahash, req); in ah_input()
475 struct crypto_ahash *ahash; in ah_init_state() local
492 if (IS_ERR(ahash)) { in ah_init_state()
[all …]
/net/ipv6/
A Dah6.c325 struct crypto_ahash *ahash; in ah6_output() local
338 ahash = ahp->ahash; in ah6_output()
363 req = ah_tmp_req(ahash, icv); in ah6_output()
364 sg = ah_req_sg(ahash, req); in ah6_output()
511 struct crypto_ahash *ahash; in ah6_input() local
540 ahash = ahp->ahash; in ah6_input()
577 req = ah_tmp_req(ahash, icv); in ah6_input()
578 sg = ah_req_sg(ahash, req); in ah6_input()
670 struct crypto_ahash *ahash; in ah6_init_state() local
687 if (IS_ERR(ahash)) { in ah6_init_state()
[all …]
/net/sunrpc/auth_gss/
A Dgss_krb5_crypto.c589 struct crypto_ahash *ahash; in gss_krb5_aes_encrypt() local
596 ahash = kctx->initiator_integ; in gss_krb5_aes_encrypt()
600 ahash = kctx->acceptor_integ; in gss_krb5_aes_encrypt()
662 struct crypto_ahash *ahash; in gss_krb5_aes_decrypt() local
672 ahash = kctx->acceptor_integ; in gss_krb5_aes_decrypt()
676 ahash = kctx->initiator_integ; in gss_krb5_aes_decrypt()
817 struct crypto_ahash *ahash; in krb5_etm_encrypt() local
826 ahash = kctx->initiator_integ; in krb5_etm_encrypt()
830 ahash = kctx->acceptor_integ; in krb5_etm_encrypt()
908 struct crypto_ahash *ahash; in krb5_etm_decrypt() local
[all …]
/net/netfilter/ipvs/
A Dip_vs_ctl.c319 __u32 ahash; in ip_vs_svc_hashkey() local
326 ahash = ntohl(addr_fold); in ip_vs_svc_hashkey()
327 ahash ^= ((size_t) ipvs >> 8); in ip_vs_svc_hashkey()
329 return (proto ^ ahash ^ (porth >> IP_VS_SVC_TAB_BITS) ^ porth) & in ip_vs_svc_hashkey()

Completed in 18 milliseconds