Searched refs:ID2STR (Results 1 – 2 of 2) sorted by relevance
/optee_os/ta/pkcs11/src/ |
A D | pkcs11_helpers.c | 120 #define ID2STR(id, table, prefix) \ macro 713 return ID2STR(id, string_rc, "PKCS11_CKR_"); in id2str_rc() 718 return ID2STR(id, string_ta_cmd, NULL); in id2str_ta_cmd() 723 return ID2STR(id, string_slot_flags, "PKCS11_CKFS_"); in id2str_slot_flag() 728 return ID2STR(id, string_token_flags, "PKCS11_CKFT_"); in id2str_token_flag() 733 return ID2STR(id, string_session_flags, "PKCS11_CKFSS_"); in id2str_session_flag() 738 return ID2STR(id, string_session_state, "PKCS11_CKS_"); in id2str_session_state() 757 return ID2STR(id, string_class, "PKCS11_CKO_"); in id2str_class() 777 return ID2STR(id, string_key_type, "PKCS11_CKK_"); in id2str_key_type() 814 const char *str = ID2STR(id, string_internal_processing, in id2str_proc() [all …]
|
/optee_os/core/arch/arm/plat-stm32mp1/ |
A D | main.c | 44 #define ID2STR(id) _ID2STR(id) macro 50 ID2STR(PLATFORM_FLAVOR), in platform_banner() 51 ID2STR(CFG_EMBED_DTB_SOURCE_FILE)); in platform_banner() 54 ID2STR(PLATFORM_FLAVOR)); in platform_banner()
|
Completed in 4 milliseconds