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

/freebsd-10.0-release/crypto/heimdal/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.h491 ct_memcmp(const void *, const void *, size_t);
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dunwrap.c138 if (ct_memcmp (p - 8, hash, 8) != 0)
159 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
161 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
233 if (ct_memcmp (p, "\x02\x00", 2) == 0) {
235 } else if (ct_memcmp (p, "\xff\xff", 2) == 0) {
242 if (ct_memcmp (p, "\xff\xff", 2) != 0)
323 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
325 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
H A Dverify_mic.c91 if (ct_memcmp (p - 8, hash, 8) != 0) {
115 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
117 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
217 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
219 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
H A Ddecapsulate.c83 if (ct_memcmp(p,
111 if (ct_memcmp (*str, type, 2) != 0)
H A D8003.c206 if(ct_memcmp(hash, p, sizeof(hash)) != 0) {
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.c919 if (ct_memcmp(ttoken, token, sizeof(*token)) != 0) {
1499 if (ct_memcmp(p, token, sizeof(*token)) != 0) {
1701 if (ct_memcmp(token->Filler, "\xff\xff\xff\xff\xff", 5) != 0) {
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dcrypto-des-common.c120 if(ct_memcmp(res, tmp + 8, sizeof(res)) != 0) {
H A Ddata.c227 return ct_memcmp(data1->data, data2->data, data1->length);
H A Dcrypto-arcfour.c256 if (ct_memcmp (cksum.checksum.data, data, 16) != 0) {
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c216 if (ct_memcmp(sighash, outdata, strlen(sighash)) != 0)
H A Dcrypto.c624 ct_memcmp(to, data->data, retsize) != 0)
1208 if (ct_memcmp(digest, sig->data, sigsize) != 0) {

Completed in 147 milliseconds