Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c517 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, in key_gen_rsa_by_value() argument
648 pPrivateKeyTemplate, ulPrivateKeyAttributeCount) || in key_gen_rsa_by_value()
650 pPrivateKeyTemplate, ulPrivateKeyAttributeCount)) { in key_gen_rsa_by_value()
654 has_class = attribute_in_template(CKA_CLASS, pPrivateKeyTemplate, in key_gen_rsa_by_value()
656 has_key_type = attribute_in_template(CKA_KEY_TYPE, pPrivateKeyTemplate, in key_gen_rsa_by_value()
666 priTemplate = grow_template(pPrivateKeyTemplate, in key_gen_rsa_by_value()
851 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, in key_gen_dh_by_value() argument
951 if (attribute_in_template(CKA_BASE, pPrivateKeyTemplate, in key_gen_dh_by_value()
953 attribute_in_template(CKA_PRIME, pPrivateKeyTemplate, in key_gen_dh_by_value()
955 attribute_in_template(CKA_VALUE, pPrivateKeyTemplate, in key_gen_dh_by_value()
[all …]
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c99 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, in C_GenerateKeyPair() argument
115 pPrivateKeyTemplate, ulPrivateKeyAttributeCount, in C_GenerateKeyPair()
140 pPrivateKeyTemplate, ulPrivateKeyAttributeCount, in C_GenerateKeyPair()
H A DmetaKeys.c86 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, in meta_GenerateKeyPair() argument
111 pPrivateKeyTemplate, ulPrivateKeyAttributeCount, key2); in meta_GenerateKeyPair()
H A DmetaGlobal.h819 CK_ULONG ulPublicKeyAttributeCount, CK_ATTRIBUTE_PTR pPrivateKeyTemplate,
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c73 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, in C_GenerateKeyPair() argument
101 if ((pPrivateKeyTemplate == NULL) && in C_GenerateKeyPair()
108 ulPublicKeyAttributeCount, pPrivateKeyTemplate, in C_GenerateKeyPair()
H A DsoftKeysUtil.c418 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateAttrCount, in soft_genkey_pair() argument
461 rv = soft_gen_keyobject(pPrivateKeyTemplate, ulPrivateAttrCount, in soft_genkey_pair()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h789 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, /* template
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c2175 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, in SC_GenerateKeyPair() argument
2191 (! pPrivateKeyTemplate && (ulPrivateKeyAttributeCount != 0))) { in SC_GenerateKeyPair()
2211 pPrivateKeyTemplate, ulPrivateKeyAttributeCount, in SC_GenerateKeyPair()
H A Dapi_interface.c1154 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, in C_GenerateKeyPair() argument
1177 ulPublicKeyAttributeCount, pPrivateKeyTemplate, in C_GenerateKeyPair()
H A Dtpmtok_int.h1516 CK_ATTRIBUTE_PTR pPrivateKeyTemplate,