Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c319 struct ST_FCN_LIST FuncList; variable
374 if (FuncList.ST_Finalize) in tpmtoken_fork_child()
375 FuncList.ST_Finalize(0); in tpmtoken_fork_child()
463 if (FuncList.ST_CloseSession) { in C_CloseSession()
465 rv = FuncList.ST_CloseSession(rSession); in C_CloseSession()
505 if (FuncList.ST_CopyObject) { in C_CopyObject()
506 rv = FuncList.ST_CopyObject(rSession, hObject, pTemplate, in C_CopyObject()
539 if (FuncList.ST_CreateObject) { in C_CreateObject()
541 rv = FuncList.ST_CreateObject(rSession, pTemplate, in C_CreateObject()
565 if (FuncList.ST_Decrypt) { in C_Decrypt()
[all …]