Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c158 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) in C_WrapKey() argument
172 pulWrappedKeyLen)); in C_WrapKey()
195 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);
/illumos-gate/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.c1409 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) in soft_wrapkey() argument
1531 pWrappedKey, pulWrappedKeyLen); in soft_wrapkey()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h836 CK_ULONG_PTR pulWrappedKeyLen /* gets wrapped key size */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1652 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) in C_WrapKey() argument
1666 if (pulWrappedKeyLen == NULL || pMechanism == NULL) { in C_WrapKey()
1708 obj_wrapkey.wk_wrapped_key_len = *pulWrappedKeyLen; in C_WrapKey()
1728 *pulWrappedKeyLen = obj_wrapkey.wk_wrapped_key_len; in C_WrapKey()
/illumos-gate/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()