Searched refs:ulWrappedKeyLen (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Keys.c | 216 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, in C_UnwrapKey() argument 230 hUnwrappingKey, pWrappedKey, ulWrappedKeyLen, in C_UnwrapKey() 254 pMechanism, hUnwrappingKey, pWrappedKey, ulWrappedKeyLen, in C_UnwrapKey()
|
H A D | metaKeys.c | 187 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, in meta_UnwrapKey() argument 215 pWrappedKey, ulWrappedKeyLen, in meta_UnwrapKey()
|
H A D | metaGlobal.h | 827 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate,
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeys.c | 220 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 D | softKeysUtil.c | 1632 CK_BYTE_PTR pWrappedKey, CK_ULONG ulWrappedKeyLen, in soft_unwrapkey() argument 1716 rv = soft_decrypt(session_p, pWrappedKey, ulWrappedKeyLen, NULL, in soft_unwrapkey() 1729 rv = soft_decrypt(session_p, pWrappedKey, ulWrappedKeyLen, plain_data, in soft_unwrapkey()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 1746 CK_ULONG ulWrappedKeyLen, CK_ATTRIBUTE_PTR pTemplate, in C_UnwrapKey() argument 1812 clear_key_val = malloc(ulWrappedKeyLen); in C_UnwrapKey() 1824 ulDataLen = ulWrappedKeyLen; in C_UnwrapKey() 1826 ulWrappedKeyLen, clear_key_val, &ulDataLen); in C_UnwrapKey() 1896 obj_unwrapkey.uk_wrapped_key_len = ulWrappedKeyLen; in C_UnwrapKey()
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 827 CK_ULONG ulWrappedKeyLen, /* wrapped key len */
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 2093 CK_ULONG ulWrappedKeyLen, in C_UnwrapKey() argument 2112 hUnwrappingKey, pWrappedKey, ulWrappedKeyLen, in C_UnwrapKey()
|
H A D | new_host.c | 2269 CK_ULONG ulWrappedKeyLen, in SC_UnwrapKey() argument 2304 pWrappedKey, ulWrappedKeyLen, in SC_UnwrapKey()
|