Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_verify_hash.c163 …(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 Dcrypt_find_hash_oid.c23 …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 Dcompare_testvector.c70 res = XMEMCMP(is, should, is_len); in compare_testvector()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_custom.h37 #ifndef XMEMCMP
38 #define XMEMCMP memcmp macro
A Dtomcrypt_cfg.h47 LTC_EXPORT int LTC_CALL XMEMCMP(const void *s1, const void *s2, size_t n);
/optee_os/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/core/lib/libtomcrypt/src/pk/asn1/der/set/
A Dder_encode_setof.c31 r = XMEMCMP(A->start, B->start, MIN(A->size, B->size)); in _qsort_helper()
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_test.c396 if ((err != CRYPT_OK) || (XMEMCMP(msg, pt, sizeof(msg)) != 0)) { in gcm_test()
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/
A Dccm_test.c264 if ((err != CRYPT_OK) || (XMEMCMP(msg, pt, sizeof(msg)) != 0)) { in ccm_test()

Completed in 11 milliseconds