Searched defs:pulWrappedKeyLen (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c160 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen)
174 pulWrappedKeyLen));
197 pMechanism, hWrappingKey, hKey, pWrappedKey, pulWrappedKeyLen);
158 C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) argument
H A DmetaKeys.c142 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen)
148 if (pMechanism == NULL || pulWrappedKeyLen == NULL)
169 inputKey, pWrappedKey, pulWrappedKeyLen);
140 meta_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c119 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen)
140 if (pulWrappedKeyLen == NULL) {
197 hkey_p, pWrappedKey, pulWrappedKeyLen);
117 C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) argument
H A DsoftKeysUtil.c1411 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen)
1533 pWrappedKey, pulWrappedKeyLen);
1409 soft_wrapkey(soft_session_t *session_p, CK_MECHANISM_PTR pMechanism, soft_object_t *wrappingKey_p, soft_object_t *hkey_p, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1657 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen)
1671 if (pulWrappedKeyLen == NULL || pMechanism == NULL) {
1713 obj_wrapkey.wk_wrapped_key_len = *pulWrappedKeyLen;
1727 * Besides rv == CKR_OK, we will set the value of pulWrappedKeyLen
1733 *pulWrappedKeyLen = obj_wrapkey.wk_wrapped_key_len;
1655 C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c2223 CK_ULONG_PTR pulWrappedKeyLen)
2235 if (! pMechanism || ! pulWrappedKeyLen) {
2258 pWrappedKey, pulWrappedKeyLen);
2218 SC_WrapKey(ST_SESSION_HANDLE sSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) argument
H A Dapi_interface.c2288 CK_ULONG_PTR pulWrappedKeyLen)
2304 hKey, pWrappedKey, pulWrappedKeyLen);
2283 C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) argument

Completed in 60 milliseconds