Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c320 CK_FUNCTION_LIST PK11_Functions; variable
1244 PK11_Functions.version.major = VERSION_MAJOR; in C_GetFunctionList()
1245 PK11_Functions.version.minor = VERSION_MINOR; in C_GetFunctionList()
1246 PK11_Functions.C_Initialize = C_Initialize; in C_GetFunctionList()
1247 PK11_Functions.C_Finalize = C_Finalize; in C_GetFunctionList()
1248 PK11_Functions.C_GetInfo = C_GetInfo; in C_GetFunctionList()
1249 PK11_Functions.C_GetFunctionList = C_GetFunctionList; in C_GetFunctionList()
1250 PK11_Functions.C_GetSlotList = C_GetSlotList; in C_GetFunctionList()
1251 PK11_Functions.C_GetSlotInfo = C_GetSlotInfo; in C_GetFunctionList()
1252 PK11_Functions.C_GetTokenInfo = C_GetTokenInfo; in C_GetFunctionList()
[all …]