Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c643 pPrivateKeyTemplate, ulPrivateKeyAttributeCount) || in key_gen_rsa_by_value()
645 pPrivateKeyTemplate, ulPrivateKeyAttributeCount)) { in key_gen_rsa_by_value()
661 priTemplate = grow_template(pPrivateKeyTemplate, in key_gen_rsa_by_value()
946 if (attribute_in_template(CKA_BASE, pPrivateKeyTemplate, in key_gen_dh_by_value()
948 attribute_in_template(CKA_PRIME, pPrivateKeyTemplate, in key_gen_dh_by_value()
950 attribute_in_template(CKA_VALUE, pPrivateKeyTemplate, in key_gen_dh_by_value()
973 priTemplate = grow_template(pPrivateKeyTemplate, in key_gen_dh_by_value()
1250 priTemplate = grow_template(pPrivateKeyTemplate, in key_gen_ec_by_value()
1437 if ((pPrivateKeyTemplate == NULL) && in C_GenerateKeyPair()
1488 ulPublicKeyAttributeCount, pPrivateKeyTemplate, in C_GenerateKeyPair()
[all …]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c97 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, in C_GenerateKeyPair() argument
113 pPrivateKeyTemplate, ulPrivateKeyAttributeCount, in C_GenerateKeyPair()
138 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,
/illumos-gate/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.c415 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateAttrCount, in soft_genkey_pair() argument
455 rv = soft_gen_keyobject(pPrivateKeyTemplate, ulPrivateAttrCount, in soft_genkey_pair()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h819 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, /* template for priv. key */
/illumos-gate/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.h1517 CK_ATTRIBUTE_PTR pPrivateKeyTemplate,