Searched refs:pkt_hmac (Results 1 – 1 of 1) sorted by relevance
665 u8 pkt_hmac[GSS_KRB5_MAX_CKSUM_LEN]; in gss_krb5_aes_decrypt() local696 pkt_hmac, kctx->gk5e->cksumlength); in gss_krb5_aes_decrypt()700 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in gss_krb5_aes_decrypt()906 u8 pkt_hmac[GSS_KRB5_MAX_CKSUM_LEN]; in krb5_etm_decrypt() local933 pkt_hmac, kctx->gk5e->cksumlength); in krb5_etm_decrypt()936 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in krb5_etm_decrypt()