Home
last modified time | relevance | path

Searched refs:FTMN_CALLEE_DONE_MEMCMP (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/tests/
H A Dftmn_boot_tests.c29 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 Dpkcs_1_pss_decode.c146 if (FTMN_CALLEE_DONE_MEMCMP(XMEM_NEQ, mask, hash, hLen) == 0) { in pkcs_1_pss_decode()
/optee_os/lib/libutils/ext/include/
H A Dfault_mitigation.h527 #define FTMN_CALLEE_DONE_MEMCMP(my_memcmp, p1, p2, nb) \ macro
/optee_os/core/kernel/
H A Dree_fs_ta.c544 if (FTMN_CALLEE_DONE_MEMCMP(memcmp, digest, SHDR_GET_HASH(h->shdr), in check_digest()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa.c2645 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()