/kernel/linux/linux-5.10/include/crypto/ |
D | curve25519.h | 40 return crypto_memneq(mypublic, curve25519_null_point, in curve25519() 48 if (unlikely(!crypto_memneq(secret, curve25519_null_point, in curve25519_generate_public() 56 return crypto_memneq(pub, curve25519_null_point, CURVE25519_KEY_SIZE); in curve25519_generate_public()
|
D | xts.h | 22 if (fips_enabled && !crypto_memneq(key, key + (keylen / 2), keylen / 2)) in xts_check_key() 41 !crypto_memneq(key, key + (keylen / 2), keylen / 2)) in xts_verify_key()
|
D | algapi.h | 275 static inline int crypto_memneq(const void *a, const void *b, size_t size) in crypto_memneq() function
|
/kernel/linux/linux-5.10/lib/crypto/ |
D | chacha20poly1305.c | 159 ret = crypto_memneq(b.mac, src + dst_len, POLY1305_DIGEST_SIZE); in __chacha20poly1305_decrypt() 311 ret = !crypto_memneq(b.mac[0], in chacha20poly1305_crypt_sg_inplace() 324 !crypto_memneq(b.mac[0], b.mac[1], POLY1305_DIGEST_SIZE); in chacha20poly1305_crypt_sg_inplace()
|
/kernel/linux/linux-5.10/crypto/ |
D | curve25519-generic.c | 17 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
|
D | ccm.c | 338 if (!err && crypto_memneq(pctx->auth_tag, pctx->odata, authsize)) in crypto_ccm_decrypt_done() 386 if (crypto_memneq(authtag, odata, authsize)) in crypto_ccm_decrypt()
|
D | aegis128-core.c | 453 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_aegis128_decrypt()
|
D | authencesn.c | 245 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail()
|
D | authenc.c | 246 if (crypto_memneq(ihash, ahreq->result, authsize)) in crypto_authenc_decrypt_tail()
|
D | rsa-pkcs1pad.c | 478 if (crypto_memneq(out_buf + pos, digest_info->data, in pkcs1pad_verify_complete()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | smp.c | 513 return !crypto_memneq(bdaddr->b, hash, 3); in smp_irk_matches() 566 if (crypto_memneq(smp->local_pk, debug_pk, 64)) in smp_generate_oob() 989 if (crypto_memneq(smp->pcnf, confirm, sizeof(smp->pcnf))) { in smp_random() 1512 if (crypto_memneq(smp->pcnf, cfm, 16)) in sc_passkey_round() 1905 if (crypto_memneq(smp->local_pk, debug_pk, 64)) in sc_send_public_key() 2172 if (crypto_memneq(smp->pcnf, cfm, 16)) in smp_cmd_pairing_random() 2740 !crypto_memneq(key, smp->local_pk, 64)) { in smp_cmd_public_key() 2753 if (crypto_memneq(cfm.confirm_val, smp->pcnf, 16)) in smp_cmd_public_key() 2803 if (!crypto_memneq(debug_pk, smp->remote_pk, 64)) in smp_cmd_public_key() 2902 if (crypto_memneq(check->e, e, 16)) in smp_cmd_dhkey_check() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
D | cookie.c | 132 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()
|
D | netlink.c | 550 if (!crypto_memneq(wg->static_identity.static_private, in wg_set_device()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | curve25519-glue.c | 57 crypto_memneq(buf, curve25519_null_point, CURVE25519_KEY_SIZE)) in curve25519_set_secret()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | ah4.c | 284 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah_input_done() 422 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah_input()
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | wpa.c | 163 if (crypto_memneq(mic, data + data_len, MICHAEL_MIC_LEN)) in ieee80211_rx_h_michael_mic_verify() 1070 if (crypto_memneq(mic, mmie->mic, sizeof(mmie->mic))) { in ieee80211_crypto_aes_cmac_decrypt() 1120 if (crypto_memneq(mic, mmie->mic, sizeof(mmie->mic))) { in ieee80211_crypto_aes_cmac_256_decrypt() 1227 crypto_memneq(mic, mmie->mic, sizeof(mmie->mic))) { in ieee80211_crypto_aes_gmac_decrypt()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | aegis128-aesni-glue.c | 227 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128_aesni_decrypt()
|
/kernel/linux/linux-5.10/fs/crypto/ |
D | keysetup_v1.c | 204 if (crypto_memneq(raw_key, dk->dk_raw, ci->ci_mode->keysize)) in find_or_insert_direct_key()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ah6.c | 476 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah6_input_done() 625 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah6_input()
|
/kernel/linux/linux-5.10/security/integrity/evm/ |
D | evm_main.c | 180 rc = crypto_memneq(xattr_data->data, digest.digest, in evm_verify_hmac()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | auth.c | 466 err = crypto_memneq(hmac, node + ofs_hmac, hmac_len); in __ubifs_node_verify_hmac()
|
D | ubifs.h | 1579 return crypto_memneq(expected, got, c->hash_len); in ubifs_check_hash() 1594 return crypto_memneq(expected, got, c->hmac_desc_len); in ubifs_check_hmac()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
D | aes-ce-ccm-glue.c | 336 if (crypto_memneq(mac, buf, authsize)) in ccm_decrypt()
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 400 rc = crypto_memneq(csbcpb->cpb.aes_ccm.out_pat_or_mac, priv->oauth_tag, in ccm_nx_decrypt()
|
D | nx-aes-gcm.c | 407 rc = crypto_memneq(itag, otag, in gcm_aes_nx_crypt()
|