Searched refs:XMEMCMP (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_verify_hash.c | 166 …(XMEMCMP(digestinfo[0].data, hash_descriptor[hash_idx]->OID, sizeof(unsigned long) * hash_descript… in rsa_verify_hash_ex() 168 (ftmn_set_check_res_memcmp(&ftmn, FTMN_INCR1, XMEMCMP, in rsa_verify_hash_ex() 176 (ftmn_set_check_res_memcmp(&ftmn, FTMN_INCR1, XMEMCMP, in rsa_verify_hash_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_find_hash_oid.c | 16 …if (hash_descriptor[x] != NULL && hash_descriptor[x]->OIDlen == IDlen && !XMEMCMP(hash_descriptor[… in find_hash_oid()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
A D | compare_testvector.c | 63 res = XMEMCMP(is, should, is_len); in compare_testvector()
|
/optee_os-3.20.0/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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/set/ |
A D | der_encode_setof.c | 24 r = XMEMCMP(A->start, B->start, MIN(A->size, B->size)); in s_qsort_helper()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_test.c | 389 if ((err != CRYPT_OK) || (XMEMCMP(msg, pt, sizeof(msg)) != 0)) { in gcm_test()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_custom.h | 30 #ifndef XMEMCMP 31 #define XMEMCMP memcmp macro
|
A D | tomcrypt_cfg.h | 40 LTC_EXPORT int LTC_CALL XMEMCMP(const void *s1, const void *s2, size_t n);
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ccm/ |
A D | ccm_test.c | 257 if ((err != CRYPT_OK) || (XMEMCMP(msg, pt, sizeof(msg)) != 0)) { in ccm_test()
|
Completed in 9 milliseconds