Searched refs:timingsafe_bcmp (Results 1 – 16 of 16) sorted by relevance
| /freebsd-10-stable/crypto/openssh/openbsd-compat/ |
| D | timingsafe_bcmp.c | 24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) in timingsafe_bcmp() function
|
| D | Makefile.in | 19 …nlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowf…
|
| D | openbsd-compat.h | 290 int timingsafe_bcmp(const void *, const void *, size_t);
|
| /freebsd-10-stable/crypto/openssh/ |
| D | ssh-rsa.c | 342 oidmatch = timingsafe_bcmp(decrypted, oid, oidlen) == 0; in openssh_RSA_verify() 343 hashmatch = timingsafe_bcmp(decrypted + oidlen, hash, hlen) == 0; in openssh_RSA_verify()
|
| D | cipher-chachapoly.c | 74 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt()
|
| D | kexc25519.c | 71 if (timingsafe_bcmp(pub, shared_key, CURVE25519_SIZE) == 0) in kexc25519_shared_key()
|
| D | auth-rsa.c | 122 if (timingsafe_bcmp(response, mdbuf, 16) != 0) { in auth_rsa_verify_response()
|
| D | dns.c | 290 timingsafe_bcmp(hostkey_digest, dnskey_digest, in verify_host_key_dns()
|
| D | mac.c | 228 if (timingsafe_bcmp(ourmac, theirmac, mac->mac_len) != 0) in mac_check()
|
| D | monitor.c | 627 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()
|
| D | ssh_namespace.h | 901 #define timingsafe_bcmp Fssh_timingsafe_bcmp macro
|
| D | ssh-agent.c | 709 if (timingsafe_bcmp(passwdhash, lock_pwhash, LOCK_SIZE) == 0) { in process_lock_agent()
|
| D | channels.c | 959 timingsafe_bcmp(ucp + 12 + ((proto_len + 3) & ~3), in x11_open_helper()
|
| D | sshkey.c | 645 if (timingsafe_bcmp(sshbuf_ptr(a->certblob), sshbuf_ptr(b->certblob), in cert_compare()
|
| D | configure.ac | 1844 timingsafe_bcmp \
|
| /freebsd-10-stable/secure/lib/libssh/ |
| D | Makefile | 34 timingsafe_bcmp.c vis.c xcrypt.c xmmap.c
|