/external/openssh/openbsd-compat/ |
timingsafe_bcmp.c | 1 /* $OpenBSD: timingsafe_bcmp.c,v 1.1 2010/09/24 13:33:00 matthew Exp $ */ 18 /* OPENBSD ORIGINAL: lib/libc/string/timingsafe_bcmp.c */ 24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) function 34 #endif /* TIMINGSAFE_BCMP */
|
openbsd-compat.h | 217 int timingsafe_bcmp(const void *, const void *, size_t);
|
/external/openssh/ |
ssh-rsa.c | 253 oidmatch = timingsafe_bcmp(decrypted, oid, oidlen) == 0; 254 hashmatch = timingsafe_bcmp(decrypted + oidlen, hash, hlen) == 0;
|
Android.mk | 21 openbsd-compat/timingsafe_bcmp.c openbsd-compat/bsd-getpeereid.c \
|
auth-rsa.c | 116 if (timingsafe_bcmp(response, mdbuf, 16) != 0) {
|
jpake.c | 444 else if (timingsafe_bcmp(peer_confirm_hash, expected_confirm_hash,
|
monitor.c | 619 timingsafe_bcmp(key_blob, blob, key_bloblen)) 1223 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0)) 1230 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0)) 1278 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0)) [all...] |
packet.c | [all...] |
key.c | 251 if (timingsafe_bcmp(buffer_ptr(&a->certblob), buffer_ptr(&b->certblob), [all...] |
channels.c | 917 timingsafe_bcmp(ucp + 12 + ((proto_len + 3) & ~3), [all...] |
configure | [all...] |