Searched refs:ID2STR (Results 1 – 3 of 3) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_helpers.c | 121 #define ID2STR(id, table, prefix) \ macro 731 return ID2STR(id, string_rc, "PKCS11_CKR_"); in id2str_rc() 736 return ID2STR(id, string_ta_cmd, NULL); in id2str_ta_cmd() 741 return ID2STR(id, string_slot_flags, "PKCS11_CKFS_"); in id2str_slot_flag() 746 return ID2STR(id, string_token_flags, "PKCS11_CKFT_"); in id2str_token_flag() 751 return ID2STR(id, string_session_flags, "PKCS11_CKFSS_"); in id2str_session_flag() 756 return ID2STR(id, string_session_state, "PKCS11_CKS_"); in id2str_session_state() 775 return ID2STR(id, string_class, "PKCS11_CKO_"); in id2str_class() 795 return ID2STR(id, string_key_type, "PKCS11_CKK_"); in id2str_key_type() 800 return ID2STR(id, string_certificate_type, "PKCS11_CKC_"); in id2str_certificate_type() [all …]
|
| /optee_os/core/arch/arm/plat-stm32mp2/ |
| H A D | main.c | 42 #define ID2STR(id) _ID2STR(id) macro 46 IMSG("Platform stm32mp2: flavor %s - DT %s", ID2STR(PLATFORM_FLAVOR), in platform_banner() 47 ID2STR(CFG_EMBED_DTB_SOURCE_FILE)); in platform_banner()
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | main.c | 59 #define ID2STR(id) _ID2STR(id) macro 64 ID2STR(PLATFORM_FLAVOR), in platform_banner() 65 ID2STR(CFG_EMBED_DTB_SOURCE_FILE)); in platform_banner()
|