Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c214 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, in C_UnwrapKey() argument
228 hUnwrappingKey, pWrappedKey, ulWrappedKeyLen, in C_UnwrapKey()
252 pMechanism, hUnwrappingKey, pWrappedKey, ulWrappedKeyLen, in C_UnwrapKey()
H A DmetaKeys.c187 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, in meta_UnwrapKey() argument
215 pWrappedKey, ulWrappedKeyLen, in meta_UnwrapKey()
H A DmetaGlobal.h827 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c220 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, in C_UnwrapKey() argument
246 if ((pWrappedKey == NULL) || (ulWrappedKeyLen == 0)) { in C_UnwrapKey()
297 pWrappedKey, ulWrappedKeyLen, pTemplate, ulAttributeCount, in C_UnwrapKey()
H A DsoftKeysUtil.c1628 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, in soft_unwrapkey() argument
1711 rv = soft_decrypt(session_p, pWrappedKey, ulWrappedKeyLen, NULL, in soft_unwrapkey()
1724 rv = soft_decrypt(session_p, pWrappedKey, ulWrappedKeyLen, plain_data, in soft_unwrapkey()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1741 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, in C_UnwrapKey() argument
1807 clear_key_val = malloc(ulWrappedKeyLen); in C_UnwrapKey()
1819 ulDataLen = ulWrappedKeyLen; in C_UnwrapKey()
1821 ulWrappedKeyLen, clear_key_val, &ulDataLen); in C_UnwrapKey()
1891 obj_unwrapkey.uk_wrapped_key_len = ulWrappedKeyLen; in C_UnwrapKey()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h851 CK_ULONG ulWrappedKeyLen, /* wrapped key len */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c2093 CK_ULONG ulWrappedKeyLen, in C_UnwrapKey() argument
2112 hUnwrappingKey, pWrappedKey, ulWrappedKeyLen, in C_UnwrapKey()
H A Dnew_host.c2269 CK_ULONG ulWrappedKeyLen, in SC_UnwrapKey() argument
2304 pWrappedKey, ulWrappedKeyLen, in SC_UnwrapKey()