Home
last modified time | relevance | path

Searched refs:XMEMCMP (Results 1 – 10 of 10) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_verify_hash.c166 …(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 Dcrypt_find_hash_oid.c16 …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 Dcompare_testvector.c63 res = XMEMCMP(is, should, is_len); in compare_testvector()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsha1_accel.c196 if (XMEMCMP(tmp, tests[i].hash, 20) != 0) { in sha1_test()
A Dsha256_accel.c205 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 Dder_encode_setof.c24 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 Dgcm_test.c389 if ((err != CRYPT_OK) || (XMEMCMP(msg, pt, sizeof(msg)) != 0)) { in gcm_test()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_custom.h30 #ifndef XMEMCMP
31 #define XMEMCMP memcmp macro
A Dtomcrypt_cfg.h40 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 Dccm_test.c257 if ((err != CRYPT_OK) || (XMEMCMP(msg, pt, sizeof(msg)) != 0)) { in ccm_test()

Completed in 10 milliseconds