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

/freebsd-10.1-release/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c127 || CRYPTO_memcmp(mac, p12->mac->dinfo->digest->data, maclen))
/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A De_rc4_hmac_md5.c214 if (CRYPTO_memcmp(out + plen, mac, MD5_DIGEST_LENGTH))
H A De_aes.c918 if (CRYPTO_memcmp(ctx->buf, in + len, EVP_GCM_TLS_TAG_LEN)) {
1263 if (!CRYPTO_memcmp(tag, ctx->buf, cctx->M))
/freebsd-10.1-release/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c162 constant_time_is_zero(CRYPTO_memcmp(db, phash, SHA_DIGEST_LENGTH));
/freebsd-10.1-release/crypto/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 void *a, const void *b, size_t len);
H A Dcryptlib.c978 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) function
/freebsd-10.1-release/crypto/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 Ds3_both.c278 if (CRYPTO_memcmp(p, s->s3->tmp.peer_finish_md, i) != 0) {
H A Ds2_pkt.c266 if ((CRYPTO_memcmp(mac, s->s2->mac_data, mac_size) != 0) ||
H A Ds2_clnt.c914 if (CRYPTO_memcmp(p, s->s2->challenge, s->s2->challenge_length) != 0) {
H A Ds3_pkt.c502 || CRYPTO_memcmp(md, mac, (size_t)mac_size) != 0)
H A Dd1_pkt.c557 || CRYPTO_memcmp(md, mac, (size_t)mac_size) != 0)
H A Dt1_lib.c2332 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) {
/freebsd-10.1-release/crypto/openssl/crypto/modes/
H A Dgcm128.c1625 return CRYPTO_memcmp(ctx->Xi.c, tag, len);

Completed in 112 milliseconds