Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c160 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) in C_WrapKey() argument
174 pulWrappedKeyLen)); in C_WrapKey()
197 pMechanism, hWrappingKey, hKey, pWrappedKey, pulWrappedKeyLen); in C_WrapKey()
H A DmetaKeys.c142 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) in meta_WrapKey() argument
148 if (pMechanism == NULL || pulWrappedKeyLen == NULL) in meta_WrapKey()
169 inputKey, pWrappedKey, pulWrappedKeyLen); in meta_WrapKey()
H A DmetaGlobal.h824 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen);
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c119 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) in C_WrapKey() argument
140 if (pulWrappedKeyLen == NULL) { in C_WrapKey()
197 hkey_p, pWrappedKey, pulWrappedKeyLen); in C_WrapKey()
H A DsoftKeysUtil.c1411 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) in soft_wrapkey() argument
1533 pWrappedKey, pulWrappedKeyLen); in soft_wrapkey()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h813 CK_ULONG_PTR pulWrappedKeyLen /* gets wrapped key size */
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1657 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) in C_WrapKey() argument
1671 if (pulWrappedKeyLen == NULL || pMechanism == NULL) { in C_WrapKey()
1713 obj_wrapkey.wk_wrapped_key_len = *pulWrappedKeyLen; in C_WrapKey()
1733 *pulWrappedKeyLen = obj_wrapkey.wk_wrapped_key_len; in C_WrapKey()
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c2223 CK_ULONG_PTR pulWrappedKeyLen) in SC_WrapKey() argument
2235 if (! pMechanism || ! pulWrappedKeyLen) { in SC_WrapKey()
2258 pWrappedKey, pulWrappedKeyLen); in SC_WrapKey()
H A Dapi_interface.c2288 CK_ULONG_PTR pulWrappedKeyLen) in C_WrapKey() argument
2304 hKey, pWrappedKey, pulWrappedKeyLen); in C_WrapKey()