Searched refs:ID2STR (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | pkcs11_helpers.c | 120 #define ID2STR(id, table, prefix) \ macro 716 return ID2STR(id, string_rc, "PKCS11_CKR_"); in id2str_rc() 721 return ID2STR(id, string_ta_cmd, NULL); in id2str_ta_cmd() 726 return ID2STR(id, string_slot_flags, "PKCS11_CKFS_"); in id2str_slot_flag() 731 return ID2STR(id, string_token_flags, "PKCS11_CKFT_"); in id2str_token_flag() 736 return ID2STR(id, string_session_flags, "PKCS11_CKFSS_"); in id2str_session_flag() 741 return ID2STR(id, string_session_state, "PKCS11_CKS_"); in id2str_session_state() 760 return ID2STR(id, string_class, "PKCS11_CKO_"); in id2str_class() 780 return ID2STR(id, string_key_type, "PKCS11_CKK_"); in id2str_key_type() 817 const char *str = ID2STR(id, string_internal_processing, in id2str_proc() [all …]
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/ |
A D | main.c | 58 #define ID2STR(id) _ID2STR(id) macro 64 ID2STR(PLATFORM_FLAVOR), in platform_banner() 65 ID2STR(CFG_EMBED_DTB_SOURCE_FILE)); in platform_banner() 68 ID2STR(PLATFORM_FLAVOR)); in platform_banner()
|
Completed in 5 milliseconds