Searched refs:ct_memcmp (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dct.c42 * ct_memcmp() can't be used to order memory regions like memcmp(),
43 * for example, use ct_memcmp() with qsort().
55 ct_memcmp(const void *p1, const void *p2, size_t len) function
H A Droken-common.h499 ct_memcmp(const void *, const void *, size_t);
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dtest_hmac.c70 if (ct_memcmp(hmac, answer, hmaclen) != 0) {
H A Dvalidate.c292 if (ct_memcmp(hmac, answer, hmaclen) != 0)
H A Drsa.c301 if (ret == sizeof(inbuf) && ct_memcmp(buffer, inbuf, sizeof(inbuf)) == 0) {
H A Ddes.c189 weak ^= (ct_memcmp(weak_keys[i], key, DES_CBLOCK_LEN) == 0);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dunwrap.c142 if (ct_memcmp (p - 8, hash, 8) != 0)
163 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
165 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
238 if (ct_memcmp (p, "\x02\x00", 2) == 0) {
240 } else if (ct_memcmp (p, "\xff\xff", 2) == 0) {
247 if (ct_memcmp (p, "\xff\xff", 2) != 0)
328 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
330 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
H A Dverify_mic.c94 if (ct_memcmp (p - 8, hash, 8) != 0) {
118 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
120 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
221 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
223 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
H A Darcfour.c304 cmp = ct_memcmp(cksum_data, p + 8, 8);
669 cmp = ct_memcmp(cksum_data, p0 + 16, 8); /* SGN_CKSUM */
H A Dcfx.c936 if (ct_memcmp(ttoken, token, sizeof(*token)) != 0) {
1512 if (ct_memcmp(p, &token, sizeof(token)) != 0) {
1704 if (ct_memcmp(token.Filler, "\xff\xff\xff\xff\xff", 5) != 0) {
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dgss_cb.c150 if(ct_memcmp(hash, p, sizeof(hash)) != 0) {
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcrypto-des-common.c118 if(ct_memcmp(res, tmp + 8, sizeof(res)) != 0) {
H A Ddata.c259 return ct_memcmp(data1->data, data2->data, data1->length);
H A Dcrypto-arcfour.c258 if (ct_memcmp (cksum.checksum.data, data, 16) != 0) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_soft_pkcs11.c216 if (ct_memcmp(sighash, outdata, strlen(sighash)) != 0)
H A Dcrypto.c634 ct_memcmp(to, data->data, retsize) != 0)
1258 if (ct_memcmp(digest, sig->data, sigsize) != 0) {
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Dcrypto.c273 if (ct_memcmp(trailer->buffer.value, outbuf, 16))

Completed in 166 milliseconds