Searched refs:pulWrappedKeyLen (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Keys.c | 160 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 D | metaKeys.c | 142 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 D | metaGlobal.h | 824 CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen);
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeys.c | 119 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 D | softKeysUtil.c | 1411 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 D | pkcs11f.h | 813 CK_ULONG_PTR pulWrappedKeyLen /* gets wrapped key size */
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 1657 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 D | new_host.c | 2223 CK_ULONG_PTR pulWrappedKeyLen) in SC_WrapKey() argument 2235 if (! pMechanism || ! pulWrappedKeyLen) { in SC_WrapKey() 2258 pWrappedKey, pulWrappedKeyLen); in SC_WrapKey()
|
H A D | api_interface.c | 2288 CK_ULONG_PTR pulWrappedKeyLen) in C_WrapKey() argument 2304 hKey, pWrappedKey, pulWrappedKeyLen); in C_WrapKey()
|