Searched refs:our_hmac (Results 1 – 1 of 1) sorted by relevance
863 u8 our_hmac[GSS_KRB5_MAX_CKSUM_LEN]; in gss_krb5_aes_decrypt() local888 our_hmac_obj.data = our_hmac; in gss_krb5_aes_decrypt()899 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in gss_krb5_aes_decrypt()1104 u8 our_hmac[GSS_KRB5_MAX_CKSUM_LEN]; in krb5_etm_decrypt() local1126 our_hmac_obj.data = our_hmac; in krb5_etm_decrypt()1135 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in krb5_etm_decrypt()