Searched refs:our_hmac (Results 1 – 1 of 1) sorted by relevance
664 u8 our_hmac[GSS_KRB5_MAX_CKSUM_LEN]; in gss_krb5_aes_decrypt() local689 our_hmac_obj.data = our_hmac; in gss_krb5_aes_decrypt()700 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in gss_krb5_aes_decrypt()905 u8 our_hmac[GSS_KRB5_MAX_CKSUM_LEN]; in krb5_etm_decrypt() local927 our_hmac_obj.data = our_hmac; in krb5_etm_decrypt()936 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in krb5_etm_decrypt()