Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c864 u8 pkt_hmac[GSS_KRB5_MAX_CKSUM_LEN]; in gss_krb5_aes_decrypt() local
895 pkt_hmac, kctx->gk5e->cksumlength); in gss_krb5_aes_decrypt()
899 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in gss_krb5_aes_decrypt()
1105 u8 pkt_hmac[GSS_KRB5_MAX_CKSUM_LEN]; in krb5_etm_decrypt() local
1132 pkt_hmac, kctx->gk5e->cksumlength); in krb5_etm_decrypt()
1135 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in krb5_etm_decrypt()