Searched refs:pkt_hmac (Results 1 – 1 of 1) sorted by relevance
864 u8 pkt_hmac[GSS_KRB5_MAX_CKSUM_LEN]; in gss_krb5_aes_decrypt() local895 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() local1132 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()