Home
last modified time | relevance | path

Searched refs:FTMN_FUNC_HASH (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dfault_mitigation.h400 #define FTMN_FUNC_HASH(name) __FTMN_FUNC_HASH(name, sizeof(name)) macro
414 __ftmn_push_linked_call((ftmn), FTMN_FUNC_HASH(__func__), \
459 FTMN_PUSH_LINKED_CALL((ftmn), FTMN_FUNC_HASH(#func)); \
479 FTMN_FUNC_HASH(__func__), (res))
496 FTMN_FUNC_HASH(__func__), (res))
514 __ftmn_callee_done_check((ftmn), FTMN_FUNC_HASH(__func__), \
529 FTMN_FUNC_HASH(__func__), (my_memcmp), \
569 (my_old_hash), FTMN_FUNC_HASH(__func__))
/optee_os/core/tests/
H A Dftmn_boot_tests.c81 unsigned long func_hash = FTMN_FUNC_HASH("two_level_call_memcmp2"); in two_level_call_memcmp()
148 FTMN_PUSH_LINKED_CALL(&ftmn, FTMN_FUNC_HASH("chained_call_memcmp2")); in chained_call_memcmp()
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_verify_hash.c93 FTMN_PUSH_LINKED_CALL(&ftmn, FTMN_FUNC_HASH("pkcs_1_pss_decode")); in rsa_verify_hash_ex()
/optee_os/lib/libmbedtls/core/
H A Drsa.c784 FTMN_CALLEE_SWAP_HASH(FTMN_FUNC_HASH("crypto_acipher_rsassa_verify")); in sw_crypto_acipher_rsassa_verify()
829 arg_hash = FTMN_FUNC_HASH("mbedtls_rsa_rsassa_pkcs1_v15_verify"); in sw_crypto_acipher_rsassa_verify()
838 arg_hash = FTMN_FUNC_HASH("mbedtls_rsa_rsassa_pss_verify_ext"); in sw_crypto_acipher_rsassa_verify()
/optee_os/core/lib/libtomcrypt/
H A Drsa.c649 FTMN_CALLEE_SWAP_HASH(FTMN_FUNC_HASH("crypto_acipher_rsassa_verify")); in sw_crypto_acipher_rsassa_verify()
701 FTMN_PUSH_LINKED_CALL(&ftmn, FTMN_FUNC_HASH("rsa_verify_hash_ex")); in sw_crypto_acipher_rsassa_verify()
/optee_os/core/kernel/
H A Dree_fs_ta.c702 FTMN_PUSH_LINKED_CALL(&ftmn, FTMN_FUNC_HASH("ree_fs_ta_open")); in buf_ta_open()
741 FTMN_PUSH_LINKED_CALL(&ftmn, FTMN_FUNC_HASH("check_digest")); in buf_ta_open()