Symbol: ct_memcmp
crypto/heimdal/lib/gssapi/krb5/8003.c
206
if(ct_memcmp(hash, p, sizeof(hash)) != 0) {
crypto/heimdal/lib/gssapi/krb5/arcfour.c
310
cmp = (ct_memcmp(cksum_data, p + 8, 8) != 0);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
334
cmp = (ct_memcmp(&SND_SEQ[4], "\xff\xff\xff\xff", 4) != 0);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
336
cmp = (ct_memcmp(&SND_SEQ[4], "\x00\x00\x00\x00", 4) != 0);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
619
cmp = (ct_memcmp(&SND_SEQ[4], "\xff\xff\xff\xff", 4) != 0);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
621
cmp = (ct_memcmp(&SND_SEQ[4], "\x00\x00\x00\x00", 4) != 0);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
698
cmp = (ct_memcmp(cksum_data, p0 + 16, 8) != 0); /* SGN_CKSUM */
crypto/heimdal/lib/gssapi/krb5/cfx.c
1499
if (ct_memcmp(p, token, sizeof(*token)) != 0) {
crypto/heimdal/lib/gssapi/krb5/cfx.c
1701
if (ct_memcmp(token->Filler, "\xff\xff\xff\xff\xff", 5) != 0) {
crypto/heimdal/lib/gssapi/krb5/cfx.c
919
if (ct_memcmp(ttoken, token, sizeof(*token)) != 0) {
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
117
if (ct_memcmp (*str, type, 2) != 0)
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
89
if (ct_memcmp(p,
crypto/heimdal/lib/gssapi/krb5/unwrap.c
150
if (ct_memcmp (p - 8, hash, 8) != 0) {
crypto/heimdal/lib/gssapi/krb5/unwrap.c
181
cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
crypto/heimdal/lib/gssapi/krb5/unwrap.c
183
cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
crypto/heimdal/lib/gssapi/krb5/unwrap.c
260
if (ct_memcmp (p, "\x04\x00", 2) != 0) /* HMAC SHA1 DES3_KD */
crypto/heimdal/lib/gssapi/krb5/unwrap.c
263
if (ct_memcmp (p, "\x02\x00", 2) == 0) {
crypto/heimdal/lib/gssapi/krb5/unwrap.c
265
} else if (ct_memcmp (p, "\xff\xff", 2) == 0) {
crypto/heimdal/lib/gssapi/krb5/unwrap.c
272
if (ct_memcmp (p, "\xff\xff", 2) != 0)
crypto/heimdal/lib/gssapi/krb5/unwrap.c
353
cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
crypto/heimdal/lib/gssapi/krb5/unwrap.c
355
cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
crypto/heimdal/lib/gssapi/krb5/verify_mic.c
122
cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
crypto/heimdal/lib/gssapi/krb5/verify_mic.c
124
cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
crypto/heimdal/lib/gssapi/krb5/verify_mic.c
224
cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
crypto/heimdal/lib/gssapi/krb5/verify_mic.c
226
cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
crypto/heimdal/lib/gssapi/krb5/verify_mic.c
91
if (ct_memcmp (p - 8, hash, 8) != 0) {
crypto/heimdal/lib/hx509/crypto.c
1236
if (ct_memcmp(digest, sig->data, sigsize) != 0) {
crypto/heimdal/lib/hx509/crypto.c
625
ct_memcmp(to, data->data, retsize) != 0)
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
216
if (ct_memcmp(sighash, outdata, strlen(sighash)) != 0)
crypto/heimdal/lib/krb5/crypto-arcfour.c
260
if (ct_memcmp (cksum.checksum.data, data, 16) != 0) {
crypto/heimdal/lib/krb5/crypto-des-common.c
120
if(ct_memcmp(res, tmp + 8, sizeof(res)) != 0) {
crypto/heimdal/lib/krb5/data.c
227
return ct_memcmp(data1->data, data2->data, data1->length);
crypto/heimdal/lib/roken/roken-common.h
491
ct_memcmp(const void *, const void *, size_t);