Searched refs:timingsafe_bcmp (Results 1 – 15 of 15) sorted by relevance
/external/openssh/openbsd-compat/ |
D | timingsafe_bcmp.c | 24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) in timingsafe_bcmp() function
|
D | openbsd-compat.h | 217 int timingsafe_bcmp(const void *, const void *, size_t);
|
D | Makefile.in | 19 …at.o strlcpy.o strmode.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o timingsafe_bcmp.o vis.o
|
/external/openssh/ |
D | ssh-rsa.c | 253 oidmatch = timingsafe_bcmp(decrypted, oid, oidlen) == 0; in openssh_RSA_verify() 254 hashmatch = timingsafe_bcmp(decrypted + oidlen, hash, hlen) == 0; in openssh_RSA_verify()
|
D | auth-rsa.c | 116 if (timingsafe_bcmp(response, mdbuf, 16) != 0) { in auth_rsa_verify_response()
|
D | Android.mk | 21 openbsd-compat/timingsafe_bcmp.c openbsd-compat/bsd-getpeereid.c \
|
D | monitor.c | 619 timingsafe_bcmp(key_blob, blob, key_bloblen)) in monitor_allowed_key() 1223 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0)) in monitor_valid_userblob() 1230 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0)) in monitor_valid_userblob() 1278 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0)) in monitor_valid_hostbasedblob() 1804 timingsafe_bcmp(kex->session_id, session_id2, session_id2_len) != 0) in mm_get_kex()
|
D | jpake.c | 444 else if (timingsafe_bcmp(peer_confirm_hash, expected_confirm_hash, in jpake_check_confirm()
|
D | ChangeLog | 976 [openbsd-compat/timingsafe_bcmp.c] 977 Add timingsafe_bcmp(3) to libc, mention that it's already in the 1012 - (djm) [openbsd-compat/Makefile.in] Actually link timingsafe_bcmp 1328 sync timingsafe_bcmp() with the one dempsky@ committed to sys/lib/libkern 1372 s/timing_safe_cmp/timingsafe_bcmp/g
|
D | packet.c | 1315 if (timingsafe_bcmp(macbuf, buffer_ptr(&active_state->input), in packet_read_poll2()
|
D | key.c | 251 if (timingsafe_bcmp(buffer_ptr(&a->certblob), buffer_ptr(&b->certblob), in cert_compare()
|
D | config.h.in | 1083 /* Define to 1 if you have the `timingsafe_bcmp' function. */
|
D | channels.c | 917 timingsafe_bcmp(ucp + 12 + ((proto_len + 3) & ~3), in x11_open_helper()
|
D | configure.ac | 1512 timingsafe_bcmp \
|
D | configure | 9070 timingsafe_bcmp \
|