Searched refs:pPrivateKeyTemplate (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 517 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 D | pkcs11Keys.c | 99 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 D | metaKeys.c | 86 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, in meta_GenerateKeyPair() argument 111 pPrivateKeyTemplate, ulPrivateKeyAttributeCount, key2); in meta_GenerateKeyPair()
|
H A D | metaGlobal.h | 819 CK_ULONG ulPublicKeyAttributeCount, CK_ATTRIBUTE_PTR pPrivateKeyTemplate,
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeys.c | 73 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 D | softKeysUtil.c | 418 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 D | pkcs11f.h | 789 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, /* template
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | new_host.c | 2175 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, in SC_GenerateKeyPair() argument 2191 (! pPrivateKeyTemplate && (ulPrivateKeyAttributeCount != 0))) { in SC_GenerateKeyPair() 2211 pPrivateKeyTemplate, ulPrivateKeyAttributeCount, in SC_GenerateKeyPair()
|
H A D | api_interface.c | 1154 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, in C_GenerateKeyPair() argument 1177 ulPublicKeyAttributeCount, pPrivateKeyTemplate, in C_GenerateKeyPair()
|
H A D | tpmtok_int.h | 1516 CK_ATTRIBUTE_PTR pPrivateKeyTemplate,
|