Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c195 CK_SESSION_HANDLE hSession = (CK_SESSION_HANDLE)handle->pk11handle; in pk11_authenticate()
234 ckrv = C_GetAttributeValue(kmfh->pk11handle, hObj, templ, 1); in PK11Cert2KMFCert()
241 ckrv = C_GetAttributeValue(kmfh->pk11handle, hObj, templ, 1); in PK11Cert2KMFCert()
266 ckrv = C_GetAttributeValue(kmfh->pk11handle, hObj, templ, i); in PK11Cert2KMFCert()
302 ckrv = C_GetAttributeValue(kmfh->pk11handle, hObj, in PK11Cert2KMFCert()
363 rv = C_GetAttributeValue(kmfh->pk11handle, obj, templ, 1); in get_attr()
374 rv = C_GetAttributeValue(kmfh->pk11handle, obj, templ, 1); in get_attr()
527 ckrv = C_FindObjectsInit(kmfh->pk11handle, templ, i); in search_certs()
534 ckrv = C_FindObjects(kmfh->pk11handle, &tObj, 1, &num); in search_certs()
568 ckrv = C_FindObjectsFinal(kmfh->pk11handle); in search_certs()
[all …]
/titanic_44/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c524 if (handle->pk11handle != NULL) { in kmf_select_token()
546 handle->pk11handle = hSession; in kmf_select_token()
554 return (kmfh->pk11handle); in kmf_get_pk11_handle()
H A Dgeneralop.c426 if (handle->pk11handle != NULL) { in Cleanup_PK11_Session()
427 (void) C_CloseSession(handle->pk11handle); in Cleanup_PK11_Session()
428 handle->pk11handle = NULL; in Cleanup_PK11_Session()
/titanic_44/usr/src/lib/libkmf/include/
H A DkmfapiP.h179 CK_SESSION_HANDLE pk11handle; member