Searched refs:XMEMCMP (Results 1 – 10 of 10) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_verify_hash.c | 163 …(XMEMCMP(digestinfo[0].data, hash_descriptor[hash_idx]->OID, sizeof(unsigned long) * hash_descript… in rsa_verify_hash_ex() 165 (XMEMCMP(siginfo[1].data, hash, hashlen) == 0)) { in rsa_verify_hash_ex() 171 (XMEMCMP(out, hash, hashlen) == 0)) { in rsa_verify_hash_ex()
|
/optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_find_hash_oid.c | 23 …if (hash_descriptor[x] != NULL && hash_descriptor[x]->OIDlen == IDlen && !XMEMCMP(hash_descriptor[… in find_hash_oid()
|
/optee_os/core/lib/libtomcrypt/src/misc/ |
A D | compare_testvector.c | 70 res = XMEMCMP(is, should, is_len); in compare_testvector()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_custom.h | 37 #ifndef XMEMCMP 38 #define XMEMCMP memcmp macro
|
A D | tomcrypt_cfg.h | 47 LTC_EXPORT int LTC_CALL XMEMCMP(const void *s1, const void *s2, size_t n);
|
/optee_os/core/lib/libtomcrypt/ |
A D | sha1_accel.c | 196 if (XMEMCMP(tmp, tests[i].hash, 20) != 0) { in sha1_test()
|
A D | sha256_accel.c | 205 if (XMEMCMP(tmp, tests[i].hash, 32) != 0) { in sha256_test()
|
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/set/ |
A D | der_encode_setof.c | 31 r = XMEMCMP(A->start, B->start, MIN(A->size, B->size)); in _qsort_helper()
|
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_test.c | 396 if ((err != CRYPT_OK) || (XMEMCMP(msg, pt, sizeof(msg)) != 0)) { in gcm_test()
|
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/ |
A D | ccm_test.c | 264 if ((err != CRYPT_OK) || (XMEMCMP(msg, pt, sizeof(msg)) != 0)) { in ccm_test()
|
Completed in 13 milliseconds