Home
last modified time | relevance | path

Searched refs:ulAttributeCount (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c217 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) in C_UnwrapKey() argument
231 pTemplate, ulAttributeCount, phKey)); in C_UnwrapKey()
255 pTemplate, ulAttributeCount, phKey); in C_UnwrapKey()
274 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) in C_DeriveKey() argument
287 hBaseKey, pTemplate, ulAttributeCount, phKey)); in C_DeriveKey()
310 pMechanism, hBaseKey, pTemplate, ulAttributeCount, phKey); in C_DeriveKey()
H A DmetaKeys.c188 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) in meta_UnwrapKey() argument
211 (void) get_template_boolean(CKA_TOKEN, pTemplate, ulAttributeCount, in meta_UnwrapKey()
216 pTemplate, ulAttributeCount, outputKey); in meta_UnwrapKey()
247 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) in meta_DeriveKey() argument
412 pTemplate, ulAttributeCount, newKey1, newKey2, newKey3, newKey4); in meta_DeriveKey()
H A DmetaUtil.c1457 CK_ATTRIBUTE *pTemplate, CK_ULONG ulAttributeCount, in meta_derive_key() argument
1480 (void) get_template_boolean(CKA_TOKEN, pTemplate, ulAttributeCount, in meta_derive_key()
1482 (void) get_template_boolean(CKA_PRIVATE, pTemplate, ulAttributeCount, in meta_derive_key()
1484 (void) get_template_boolean(CKA_SENSITIVE, pTemplate, ulAttributeCount, in meta_derive_key()
1498 ulAttributeCount, NULL)) { in meta_derive_key()
1503 if (!meta_freeobject_set(newKey1, pTemplate, ulAttributeCount, in meta_derive_key()
1580 pTemplate, ulAttributeCount); in meta_derive_key()
1587 slot_basekey1->hObject, pTemplate, ulAttributeCount, in meta_derive_key()
H A DmetaGlobal.h614 CK_ATTRIBUTE *pTemplate, CK_ULONG ulAttributeCount,
828 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey);
831 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey);
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c221 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) in C_UnwrapKey() argument
241 if ((pTemplate == NULL) || (ulAttributeCount == 0)) { in C_UnwrapKey()
297 pWrappedKey, ulWrappedKeyLen, pTemplate, ulAttributeCount, in C_UnwrapKey()
320 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) in C_DeriveKey() argument
341 if (((pTemplate != NULL) && (ulAttributeCount == 0)) || in C_DeriveKey()
342 ((pTemplate == NULL) && (ulAttributeCount != 0))) { in C_DeriveKey()
359 pTemplate, ulAttributeCount, phKey); in C_DeriveKey()
H A DsoftKeysUtil.c851 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) in soft_derivekey() argument
868 rv = soft_gen_keyobject(pTemplate, ulAttributeCount, in soft_derivekey()
900 rv = soft_gen_keyobject(pTemplate, ulAttributeCount, in soft_derivekey()
958 rv = soft_gen_keyobject(pTemplate, ulAttributeCount, in soft_derivekey()
1052 basekey_p, pTemplate, ulAttributeCount, phKey)); in soft_derivekey()
1057 basekey_p, pTemplate, ulAttributeCount)); in soft_derivekey()
1558 CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulAttributeCount) in soft_unwrap_secret_len_check() argument
1579 for (i = 0; i < ulAttributeCount; i++) { in soft_unwrap_secret_len_check()
1633 CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulAttributeCount, in soft_unwrapkey() argument
1646 if (pTemplate != NULL && ulAttributeCount != 0) { in soft_unwrapkey()
[all …]
H A DsoftSSL.c423 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) in soft_ssl_master_key_derive() argument
519 newattrcount = ulAttributeCount + 4; in soft_ssl_master_key_derive()
549 if (ulAttributeCount > 0) { in soft_ssl_master_key_derive()
552 for (i = 0; i < ulAttributeCount; i++) { in soft_ssl_master_key_derive()
568 ulAttributeCount * sizeof (CK_ATTRIBUTE)); in soft_ssl_master_key_derive()
618 CK_ULONG ulAttributeCount) in soft_ssl_key_and_mac_derive() argument
813 newattrcount = ulAttributeCount + extra_attr_count; in soft_ssl_key_and_mac_derive()
882 if (ulAttributeCount > 0) in soft_ssl_key_and_mac_derive()
884 ulAttributeCount * sizeof (CK_ATTRIBUTE)); in soft_ssl_key_and_mac_derive()
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c107 is_secret_key_template(CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulAttributeCount) in is_secret_key_template() argument
110 for (i = 0; i < ulAttributeCount; i++) { in is_secret_key_template()
143 CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulAttributeCount, in get_key_len_from_template() argument
150 for (i = 0; i < ulAttributeCount; i++) { in get_key_len_from_template()
157 if (i == ulAttributeCount) in get_key_len_from_template()
171 for (i = 0; i < ulAttributeCount; i++) { in get_key_len_from_template()
179 if (i == ulAttributeCount) in get_key_len_from_template()
209 pTemplate, ulAttributeCount)) in get_key_len_from_template()
1747 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) in C_UnwrapKey() argument
1773 if ((pTemplate == NULL) && (ulAttributeCount != 0)) { in C_UnwrapKey()
[all …]
/titanic_44/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h829 CK_ULONG ulAttributeCount, /* template length */
844 CK_ULONG ulAttributeCount, /* template length */
/titanic_44/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c725 CK_ULONG ulAttributeCount, in C_DeriveKey() argument
741 if (!pTemplate && ulAttributeCount) { in C_DeriveKey()
746 hBaseKey, pTemplate, ulAttributeCount, phKey); in C_DeriveKey()
2095 CK_ULONG ulAttributeCount, in C_UnwrapKey() argument
2113 pTemplate, ulAttributeCount, phKey); in C_UnwrapKey()