Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c546 if (!attribute_in_template(CKA_MODULUS_BITS, pPublicKeyTemplate, in key_gen_rsa_by_value()
552 modulus_bytes = get_modulus_bytes(pPublicKeyTemplate, in key_gen_rsa_by_value()
559 if (attribute_in_template(CKA_MODULUS, pPublicKeyTemplate, in key_gen_rsa_by_value()
569 pPublicKeyTemplate, ulPublicKeyAttributeCount); in key_gen_rsa_by_value()
578 pubTemplate = grow_template(pPublicKeyTemplate, in key_gen_rsa_by_value()
875 if (attribute_in_template(CKA_VALUE, pPublicKeyTemplate, in key_gen_dh_by_value()
890 pubTemplate = grow_template(pPublicKeyTemplate, in key_gen_dh_by_value()
1160 if (attribute_in_template(CKA_EC_POINT, pPublicKeyTemplate, in key_gen_ec_by_value()
1175 pubTemplate = grow_template(pPublicKeyTemplate, in key_gen_ec_by_value()
1487 rv = (*func)(pMechanism, pPublicKeyTemplate, in C_GenerateKeyPair()
[all …]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c96 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, in C_GenerateKeyPair() argument
112 pPublicKeyTemplate, ulPublicKeyAttributeCount, in C_GenerateKeyPair()
137 pMechanism, pPublicKeyTemplate, ulPublicKeyAttributeCount, in C_GenerateKeyPair()
H A DmetaKeys.c85 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, in meta_GenerateKeyPair() argument
110 pPublicKeyTemplate, ulPublicKeyAttributeCount, key1, in meta_GenerateKeyPair()
H A DmetaGlobal.h818 CK_MECHANISM_PTR pMechanism, CK_ATTRIBUTE_PTR pPublicKeyTemplate,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c72 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, in C_GenerateKeyPair() argument
95 if ((pPublicKeyTemplate == NULL) || in C_GenerateKeyPair()
107 rv = soft_genkey_pair(session_p, pMechanism, pPublicKeyTemplate, in C_GenerateKeyPair()
H A DsoftKeysUtil.c414 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicAttrCount, in soft_genkey_pair() argument
446 rv = soft_gen_keyobject(pPublicKeyTemplate, ulPublicAttrCount, in soft_genkey_pair()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h817 CK_ATTRIBUTE_PTR pPublicKeyTemplate, /* template for pub. key */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c2173 CK_ATTRIBUTE_PTR pPublicKeyTemplate, in SC_GenerateKeyPair() argument
2190 (! pPublicKeyTemplate && (ulPublicKeyAttributeCount != 0)) || in SC_GenerateKeyPair()
2210 pPublicKeyTemplate, ulPublicKeyAttributeCount, in SC_GenerateKeyPair()
H A Dapi_interface.c1152 CK_ATTRIBUTE_PTR pPublicKeyTemplate, in C_GenerateKeyPair() argument
1176 pMechanism, pPublicKeyTemplate, in C_GenerateKeyPair()
H A Dtpmtok_int.h1515 CK_ATTRIBUTE_PTR pPublicKeyTemplate,