Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c516 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, in key_gen_rsa_by_value() argument
551 if (!attribute_in_template(CKA_MODULUS_BITS, pPublicKeyTemplate, in key_gen_rsa_by_value()
557 modulus_bytes = get_modulus_bytes(pPublicKeyTemplate, in key_gen_rsa_by_value()
564 if (attribute_in_template(CKA_MODULUS, pPublicKeyTemplate, in key_gen_rsa_by_value()
569 has_class = attribute_in_template(CKA_CLASS, pPublicKeyTemplate, in key_gen_rsa_by_value()
571 has_key_type = attribute_in_template(CKA_KEY_TYPE, pPublicKeyTemplate, in key_gen_rsa_by_value()
574 pPublicKeyTemplate, ulPublicKeyAttributeCount); in key_gen_rsa_by_value()
583 pubTemplate = grow_template(pPublicKeyTemplate, in key_gen_rsa_by_value()
850 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, in key_gen_dh_by_value() argument
880 if (attribute_in_template(CKA_VALUE, pPublicKeyTemplate, in key_gen_dh_by_value()
[all …]
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c98 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, in C_GenerateKeyPair() argument
114 pPublicKeyTemplate, ulPublicKeyAttributeCount, in C_GenerateKeyPair()
139 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,
/titanic_44/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.c417 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicAttrCount, in soft_genkey_pair() argument
449 rv = soft_gen_keyobject(pPublicKeyTemplate, ulPublicAttrCount, in soft_genkey_pair()
/titanic_44/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h784 CK_ATTRIBUTE_PTR pPublicKeyTemplate, /* template
/titanic_44/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.h1514 CK_ATTRIBUTE_PTR pPublicKeyTemplate,