Home
last modified time | relevance | path

Searched refs:ct_memcmp (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dunwrap.c150 if (ct_memcmp (p - 8, hash, 8) != 0) { in unwrap_des()
181 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4); in unwrap_des()
183 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4); in unwrap_des()
260 if (ct_memcmp (p, "\x04\x00", 2) != 0) /* HMAC SHA1 DES3_KD */ in unwrap_des3()
263 if (ct_memcmp (p, "\x02\x00", 2) == 0) { in unwrap_des3()
265 } else if (ct_memcmp (p, "\xff\xff", 2) == 0) { in unwrap_des3()
272 if (ct_memcmp (p, "\xff\xff", 2) != 0) in unwrap_des3()
353 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4); in unwrap_des3()
355 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4); in unwrap_des3()
H A Dverify_mic.c91 if (ct_memcmp (p - 8, hash, 8) != 0) { in verify_mic_des()
122 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4); in verify_mic_des()
124 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4); in verify_mic_des()
224 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4); in verify_mic_des3()
226 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4); in verify_mic_des3()
H A Darcfour.c310 cmp = (ct_memcmp(cksum_data, p + 8, 8) != 0); in _gssapi_verify_mic_arcfour()
334 cmp = (ct_memcmp(&SND_SEQ[4], "\xff\xff\xff\xff", 4) != 0); in _gssapi_verify_mic_arcfour()
336 cmp = (ct_memcmp(&SND_SEQ[4], "\x00\x00\x00\x00", 4) != 0); in _gssapi_verify_mic_arcfour()
619 cmp = (ct_memcmp(&SND_SEQ[4], "\xff\xff\xff\xff", 4) != 0); in _gssapi_unwrap_arcfour()
621 cmp = (ct_memcmp(&SND_SEQ[4], "\x00\x00\x00\x00", 4) != 0); in _gssapi_unwrap_arcfour()
698 cmp = (ct_memcmp(cksum_data, p0 + 16, 8) != 0); /* SGN_CKSUM */ in _gssapi_unwrap_arcfour()
H A Ddecapsulate.c89 if (ct_memcmp(p, in _gssapi_verify_mech_header()
117 if (ct_memcmp (*str, type, 2) != 0) in _gsskrb5_verify_header()
H A D8003.c206 if(ct_memcmp(hash, p, sizeof(hash)) != 0) { in _gsskrb5_verify_8003_checksum()
H A Dcfx.c919 if (ct_memcmp(ttoken, token, sizeof(*token)) != 0) {
1499 if (ct_memcmp(p, token, sizeof(*token)) != 0) { in _gssapi_unwrap_cfx()
1701 if (ct_memcmp(token->Filler, "\xff\xff\xff\xff\xff", 5) != 0) { in _gssapi_verify_mic_cfx()
/freebsd/crypto/heimdal/lib/roken/
H A Dct.c55 ct_memcmp(const void *p1, const void *p2, size_t len) in ct_memcmp() function
H A Dversion-script.map7 ct_memcmp;
H A Droken-common.h491 ct_memcmp(const void *, const void *, size_t);
/freebsd/crypto/heimdal/lib/krb5/
H A Ddata.c227 return ct_memcmp(data1->data, data2->data, data1->length); in krb5_data_ct_cmp()
H A Dcrypto-des-common.c120 if(ct_memcmp(res, tmp + 8, sizeof(res)) != 0) { in _krb5_des_verify()
H A Dcrypto-arcfour.c260 if (ct_memcmp (cksum.checksum.data, data, 16) != 0) { in ARCFOUR_subdecrypt()
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c216 if (ct_memcmp(sighash, outdata, strlen(sighash)) != 0) in main()
H A Dcrypto.c625 ct_memcmp(to, data->data, retsize) != 0) in rsa_verify_signature()
1236 if (ct_memcmp(digest, sig->data, sigsize) != 0) { in evp_md_verify_signature()