Home
last modified time | relevance | path

Searched refs:crypto_memneq (Results 1 – 25 of 53) sorted by relevance

123

/linux-6.15/include/crypto/
H A Dcurve25519.h42 return crypto_memneq(mypublic, curve25519_null_point, in curve25519()
50 if (unlikely(!crypto_memneq(secret, curve25519_null_point, in curve25519_generate_public()
58 return crypto_memneq(pub, curve25519_null_point, CURVE25519_KEY_SIZE); in curve25519_generate_public()
H A Dxts.h34 !crypto_memneq(key, key + (keylen / 2), keylen / 2)) in xts_verify_key()
H A Dutils.h68 static inline int crypto_memneq(const void *a, const void *b, size_t size) in crypto_memneq() function
/linux-6.15/lib/crypto/
H A Dchacha20poly1305.c158 ret = crypto_memneq(b.mac, src + dst_len, POLY1305_DIGEST_SIZE); in __chacha20poly1305_decrypt()
310 ret = !crypto_memneq(b.mac[0], in chacha20poly1305_crypt_sg_inplace()
323 !crypto_memneq(b.mac[0], b.mac[1], POLY1305_DIGEST_SIZE); in chacha20poly1305_crypt_sg_inplace()
H A Daesgcm.c189 if (crypto_memneq(authtag, tagbuf, ctx->authsize)) { in aesgcm_decrypt()
/linux-6.15/net/bluetooth/
H A Dsmp.c1523 if (crypto_memneq(smp->pcnf, cfm, 16)) in sc_passkey_round()
2185 if (crypto_memneq(smp->pcnf, cfm, 16)) in smp_cmd_pairing_random()
2923 if (crypto_memneq(check->e, e, 16)) in smp_cmd_dhkey_check()
3486 if (crypto_memneq(pk, debug_pk, 64)) in test_debug_key()
3506 if (crypto_memneq(res, exp, 3)) in test_ah()
3536 if (crypto_memneq(res, exp, 16)) in test_c1()
3561 if (crypto_memneq(res, exp, 16)) in test_s1()
3593 if (crypto_memneq(res, exp, 16)) in test_f4()
3630 if (crypto_memneq(ltk, exp_ltk, 16)) in test_f5()
3663 if (crypto_memneq(res, exp, 16)) in test_f6()
[all …]
/linux-6.15/crypto/
H A Dcurve25519-generic.c17 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
H A Drsassa-pkcs1.c287 if (crypto_memneq(out_buf + pos, hash_prefix->data, hash_prefix->size)) in rsassa_pkcs1_verify()
H A Dccm.c339 if (!err && crypto_memneq(pctx->auth_tag, pctx->odata, authsize)) in crypto_ccm_decrypt_done()
387 if (crypto_memneq(authtag, odata, authsize)) in crypto_ccm_decrypt()
H A Dauthenc.c242 if (crypto_memneq(ihash, ahreq->result, authsize)) in crypto_authenc_decrypt_tail()
H A Dkrb5enc.c258 if (crypto_memneq(msg_hash, calc_hash, authsize)) in krb5enc_verify_hash()
/linux-6.15/drivers/net/wireguard/
H A Dcookie.c132 if (crypto_memneq(computed_mac, macs->mac1, COOKIE_LEN)) in wg_cookie_validate_packet()
143 if (crypto_memneq(computed_mac, macs->mac2, COOKIE_LEN)) in wg_cookie_validate_packet()
/linux-6.15/arch/arm/crypto/
H A Dcurve25519-glue.c57 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
/linux-6.15/net/mac80211/
H A Dwpa.c163 if (crypto_memneq(mic, data + data_len, MICHAEL_MIC_LEN)) in ieee80211_rx_h_michael_mic_verify()
961 if (crypto_memneq(mic, mmie->mic, sizeof(mmie->mic))) { in ieee80211_crypto_aes_cmac_decrypt()
1011 if (crypto_memneq(mic, mmie->mic, sizeof(mmie->mic))) { in ieee80211_crypto_aes_cmac_256_decrypt()
1122 crypto_memneq(mic, mmie->mic, sizeof(mmie->mic))) { in ieee80211_crypto_aes_gmac_decrypt()
/linux-6.15/net/ipv4/
H A Dah4.c281 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah_input_done()
419 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah_input()
/linux-6.15/arch/x86/crypto/
H A Daegis128-aesni-glue.c222 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128_aesni_decrypt()
/linux-6.15/fs/crypto/
H A Dkeysetup_v1.c206 if (crypto_memneq(raw_key, dk->dk_raw, ci->ci_mode->keysize)) in find_or_insert_direct_key()
/linux-6.15/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c231 if (crypto_memneq(authtag, ghash, authsize)) in gcm_decrypt()
H A Dsm4-ce-ccm-glue.c262 if (crypto_memneq(authtag, mac, authsize)) in ccm_decrypt()
H A Daes-ce-ccm-glue.c300 if (crypto_memneq(mac, orig_iv, authsize)) in ccm_decrypt()
/linux-6.15/net/ipv6/
H A Dah6.c470 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah6_input_done()
619 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah6_input()
/linux-6.15/arch/powerpc/crypto/
H A Dcurve25519-ppc64le-core.c203 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
H A Daes-gcm-p10-glue.c306 if (crypto_memneq(otag, hash->Htable, auth_tag_len)) { in p10_aes_gcm_crypt()
/linux-6.15/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c700 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in gss_krb5_aes_decrypt()
936 if (crypto_memneq(pkt_hmac, our_hmac, kctx->gk5e->cksumlength) != 0) { in krb5_etm_decrypt()
/linux-6.15/fs/ubifs/
H A Dauth.c464 err = crypto_memneq(hmac, node + ofs_hmac, hmac_len); in __ubifs_node_verify_hmac()

123