Searched refs:FTMN_CALLEE_DONE_MEMCMP (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/tests/ |
| H A D | ftmn_boot_tests.c | 29 if (!FTMN_CALLEE_DONE_MEMCMP(memcmp, s1, s2, n)) in simple_call_memcmp() 62 if (!FTMN_CALLEE_DONE_MEMCMP(memcmp, s1, s2, n)) in two_level_call_memcmp2() 121 if (!FTMN_CALLEE_DONE_MEMCMP(memcmp, s1, s2, n)) in chained_call_memcmp2()
|
| /optee_os/core/lib/libtomcrypt/src/pk/pkcs1/ |
| H A D | pkcs_1_pss_decode.c | 146 if (FTMN_CALLEE_DONE_MEMCMP(XMEM_NEQ, mask, hash, hLen) == 0) { in pkcs_1_pss_decode()
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | fault_mitigation.h | 527 #define FTMN_CALLEE_DONE_MEMCMP(my_memcmp, p1, p2, nb) \ macro
|
| /optee_os/core/kernel/ |
| H A D | ree_fs_ta.c | 544 if (FTMN_CALLEE_DONE_MEMCMP(memcmp, digest, SHDR_GET_HASH(h->shdr), in check_digest()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | rsa.c | 2645 if (FTMN_CALLEE_DONE_MEMCMP(memcmp, hash_start, result, hlen) != 0) { in mbedtls_rsa_rsassa_pss_verify_ext() 2727 if ((ret = FTMN_CALLEE_DONE_MEMCMP(mbedtls_ct_memcmp, encoded, in mbedtls_rsa_rsassa_pkcs1_v15_verify()
|