Searched defs:C_GetAttributeValue (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Object.c157 * C_GetAttributeValue is a pure wrapper to the underlying provider.
161 C_GetAttributeValue(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, function
169 return (fast_funcs->C_GetAttributeValue(hSession, hObject,
185 rv = FUNCLIST(sessp->se_slotid)->C_GetAttributeValue(sessp->se_handle,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.c329 C_GetAttributeValue(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c396 C_GetAttributeValue(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1212 C_GetAttributeValue(CK_SESSION_HANDLE hSession, function
1270 PK11_Functions.C_GetAttributeValue = C_GetAttributeValue;

Completed in 71 milliseconds