Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 2 of 2) sorted by relevance

/optee_client/libckteec/include/
A Dck_debug.h18 const char *slot_ckf2str(CK_ULONG flag);
21 const char *token_ckf2str(CK_ULONG flag);
24 const char *mecha_ckf2str(CK_ULONG flag);
27 const char *session_ckf2str(CK_ULONG flag);
30 const char *session_cks2str(CK_ULONG flag);
/optee_client/libckteec/src/
A Dck_debug.c216 const char *slot_ckf2str(CK_ULONG flag) in slot_ckf2str() argument
218 switch (flag) { in slot_ckf2str()
227 const char *token_ckf2str(CK_ULONG flag) in token_ckf2str() argument
229 switch (flag) { in token_ckf2str()
254 const char *mecha_ckf2str(CK_ULONG flag) in mecha_ckf2str() argument
256 switch (flag) { in mecha_ckf2str()
282 const char *session_ckf2str(CK_ULONG flag) in session_ckf2str() argument
284 switch (flag) { in session_ckf2str()
292 const char *session_cks2str(CK_ULONG flag) in session_cks2str() argument
294 switch (flag) { in session_cks2str()

Completed in 3 milliseconds