Searched refs:C_WrapKey (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Keys.c | 152 * C_WrapKey will verify that the session handle is valid within 158 C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function 172 return (fast_funcs->C_WrapKey(hSession, pMechanism, 196 rv = FUNCLIST(slotid)->C_WrapKey(sessp->se_handle,
|
H A D | pkcs11General.c | 103 C_WrapKey,
|
H A D | metaObjectManager.c | 39 * Information necessary to create keys for C_WrapKey/C_UnwrapKey 1334 rv = FUNCLIST(src_slot_session->fw_st_id)->C_WrapKey( 1349 rv = FUNCLIST(src_slot_session->fw_st_id)->C_WrapKey(
|
H A D | metaUtil.c | 1249 rv = FUNCLIST(wrap_session->fw_st_id)->C_WrapKey(
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGeneral.c | 101 C_WrapKey,
|
H A D | kernelKeys.c | 1655 C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeys.c | 117 C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
|
H A D | softGeneral.c | 107 C_WrapKey,
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 804 /* C_WrapKey wraps (i.e., encrypts) a key. */ 805 CK_PKCS11_FUNCTION_INFO(C_WrapKey)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ |
H A D | kssladm_create.c | 446 ckrv = C_WrapKey(pk11session, &aes_cbc_pad_mech, 470 ckrv = C_WrapKey(pk11session, &aes_cbc_pad_mech,
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1306 PK11_Functions.C_WrapKey = C_WrapKey; 2283 C_WrapKey(CK_SESSION_HANDLE hSession, function
|
Completed in 116 milliseconds