Searched refs:ahash (Results 1 – 4 of 4) sorted by relevance
151 struct crypto_ahash *ahash; in ah_output() local163 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() local326 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() local492 if (IS_ERR(ahash)) { in ah_init_state()[all …]
325 struct crypto_ahash *ahash; in ah6_output() local338 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() local540 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() local687 if (IS_ERR(ahash)) { in ah6_init_state()[all …]
589 struct crypto_ahash *ahash; in gss_krb5_aes_encrypt() local596 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() local672 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() local826 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 …]
319 __u32 ahash; in ip_vs_svc_hashkey() local326 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