Searched refs:CRYPTO_memcmp (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_mutl.c127 || CRYPTO_memcmp(mac, p12->mac->dinfo->digest->data, maclen))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_kdf.c131 if (CRYPTO_memcmp(p, ctr, 4))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_mutl.c127 || CRYPTO_memcmp(mac, p12->mac->dinfo->digest->data, maclen))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_kdf.c131 if (CRYPTO_memcmp(p, ctr, 4))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_oaep.c192 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_oaep.c192 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_rc4_hmac_md5.c214 if (CRYPTO_memcmp(out + plen, mac, MD5_DIGEST_LENGTH))
H A De_des3.c426 if (!CRYPTO_memcmp(sha1tmp, icv, 8))
H A De_aes.c1459 if (CRYPTO_memcmp(ctx->buf, in + len, EVP_GCM_TLS_TAG_LEN)) {
1899 if (!CRYPTO_memcmp(tag, ctx->buf, cctx->M))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_rc4_hmac_md5.c214 if (CRYPTO_memcmp(out + plen, mac, MD5_DIGEST_LENGTH))
H A De_des3.c426 if (!CRYPTO_memcmp(sha1tmp, icv, 8))
H A De_aes.c1459 if (CRYPTO_memcmp(ctx->buf, in + len, EVP_GCM_TLS_TAG_LEN)) {
1899 if (!CRYPTO_memcmp(tag, ctx->buf, cctx->M))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_cbc.c152 if ((CRYPTO_memcmp(s->s3->read_sequence, "\0\0\0\0\0\0\0\0", 8) == 0) &&
H A Ds2_pkt.c266 if ((CRYPTO_memcmp(mac, s->s2->mac_data, mac_size) != 0) ||
H A Ds3_both.c271 if (CRYPTO_memcmp(p, s->s3->tmp.peer_finish_md, i) != 0) {
H A Ds2_clnt.c914 if (CRYPTO_memcmp(p, s->s2->challenge, s->s2->challenge_length) != 0) {
H A Dd1_pkt.c508 || CRYPTO_memcmp(md, mac, (size_t)mac_size) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_cbc.c152 if ((CRYPTO_memcmp(s->s3->read_sequence, "\0\0\0\0\0\0\0\0", 8) == 0) &&
H A Ds2_pkt.c266 if ((CRYPTO_memcmp(mac, s->s2->mac_data, mac_size) != 0) ||
H A Ds3_both.c271 if (CRYPTO_memcmp(p, s->s3->tmp.peer_finish_md, i) != 0) {
H A Ds2_clnt.c914 if (CRYPTO_memcmp(p, s->s2->challenge, s->s2->challenge_length) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcrypto.h625 * CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal.
631 int CRYPTO_memcmp(const volatile void *a, const volatile void *b, size_t len);
H A Dcryptlib.c1019 int CRYPTO_memcmp(const volatile void *in_a, const volatile void *in_b, size_t len) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcrypto.h625 * CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal.
631 int CRYPTO_memcmp(const volatile void *a, const volatile void *b, size_t len);
H A Dcryptlib.c1019 int CRYPTO_memcmp(const volatile void *in_a, const volatile void *in_b, size_t len) function

Completed in 207 milliseconds

12