Home
last modified time | relevance | path

Searched refs:timingsafe_bcmp (Results 1 – 16 of 16) sorted by relevance

/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dtimingsafe_bcmp.c24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) in timingsafe_bcmp() function
DMakefile.in19 …nlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowf…
Dopenbsd-compat.h290 int timingsafe_bcmp(const void *, const void *, size_t);
/freebsd-10-stable/crypto/openssh/
Dssh-rsa.c342 oidmatch = timingsafe_bcmp(decrypted, oid, oidlen) == 0; in openssh_RSA_verify()
343 hashmatch = timingsafe_bcmp(decrypted + oidlen, hash, hlen) == 0; in openssh_RSA_verify()
Dcipher-chachapoly.c74 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt()
Dkexc25519.c71 if (timingsafe_bcmp(pub, shared_key, CURVE25519_SIZE) == 0) in kexc25519_shared_key()
Dauth-rsa.c122 if (timingsafe_bcmp(response, mdbuf, 16) != 0) { in auth_rsa_verify_response()
Ddns.c290 timingsafe_bcmp(hostkey_digest, dnskey_digest, in verify_host_key_dns()
Dmac.c228 if (timingsafe_bcmp(ourmac, theirmac, mac->mac_len) != 0) in mac_check()
Dmonitor.c627 timingsafe_bcmp(key_blob, blob, key_bloblen)) in monitor_allowed_key()
1315 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0)) in monitor_valid_userblob()
1322 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0)) in monitor_valid_userblob()
1374 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0)) in monitor_valid_hostbasedblob()
Dssh_namespace.h901 #define timingsafe_bcmp Fssh_timingsafe_bcmp macro
Dssh-agent.c709 if (timingsafe_bcmp(passwdhash, lock_pwhash, LOCK_SIZE) == 0) { in process_lock_agent()
Dchannels.c959 timingsafe_bcmp(ucp + 12 + ((proto_len + 3) & ~3), in x11_open_helper()
Dsshkey.c645 if (timingsafe_bcmp(sshbuf_ptr(a->certblob), sshbuf_ptr(b->certblob), in cert_compare()
Dconfigure.ac1844 timingsafe_bcmp \
/freebsd-10-stable/secure/lib/libssh/
DMakefile34 timingsafe_bcmp.c vis.c xcrypt.c xmmap.c