Home
last modified time | relevance | path

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

/optee_client/libckteec/src/
A Dpkcs11_api.c150 CK_RV C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) in C_GetFunctionList() argument
152 if (!ppFunctionList) in C_GetFunctionList()
156 *ppFunctionList = (void *)&libckteec_function_list; in C_GetFunctionList()
/optee_client/libckteec/include/
A Dpkcs11.h759 CK_RV (*C_GetFunctionList)(CK_FUNCTION_LIST_PTR_PTR ppFunctionList);
979 CK_RV C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList);

Completed in 15 milliseconds