| /freebsd/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | unwrap.c | 150 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 D | verify_mic.c | 91 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 D | arcfour.c | 310 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 D | decapsulate.c | 89 if (ct_memcmp(p, in _gssapi_verify_mech_header() 117 if (ct_memcmp (*str, type, 2) != 0) in _gsskrb5_verify_header()
|
| H A D | 8003.c | 206 if(ct_memcmp(hash, p, sizeof(hash)) != 0) { in _gsskrb5_verify_8003_checksum()
|
| H A D | cfx.c | 919 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 D | ct.c | 55 ct_memcmp(const void *p1, const void *p2, size_t len) in ct_memcmp() function
|
| H A D | version-script.map | 7 ct_memcmp;
|
| H A D | roken-common.h | 491 ct_memcmp(const void *, const void *, size_t);
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | data.c | 227 return ct_memcmp(data1->data, data2->data, data1->length); in krb5_data_ct_cmp()
|
| H A D | crypto-des-common.c | 120 if(ct_memcmp(res, tmp + 8, sizeof(res)) != 0) { in _krb5_des_verify()
|
| H A D | crypto-arcfour.c | 260 if (ct_memcmp (cksum.checksum.data, data, 16) != 0) { in ARCFOUR_subdecrypt()
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | test_soft_pkcs11.c | 216 if (ct_memcmp(sighash, outdata, strlen(sighash)) != 0) in main()
|
| H A D | crypto.c | 625 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()
|