Home
last modified time | relevance | path

Searched refs:ulPrivateKeyAttributeCount (Results 1 – 8 of 8) 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()
655 ulPrivateKeyAttributeCount); in key_gen_rsa_by_value()
657 ulPrivateKeyAttributeCount); in key_gen_rsa_by_value()
659 pri_attr_count = ulPrivateKeyAttributeCount + 7; in key_gen_rsa_by_value()
667 ulPrivateKeyAttributeCount, pri_attr_count + 1); in key_gen_rsa_by_value()
672 n = ulPrivateKeyAttributeCount; in key_gen_rsa_by_value()
851 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, in key_gen_dh_by_value() argument
952 ulPrivateKeyAttributeCount) || 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.h820 CK_ULONG ulPrivateKeyAttributeCount, CK_OBJECT_HANDLE_PTR phPublicKey,
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c73 CK_ATTRIBUTE_PTR pPrivateKeyTemplate, CK_ULONG ulPrivateKeyAttributeCount, in C_GenerateKeyPair() argument
102 (ulPrivateKeyAttributeCount != 0)) { in C_GenerateKeyPair()
109 ulPrivateKeyAttributeCount, phPublicKey, phPrivateKey); in C_GenerateKeyPair()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h792 CK_ULONG ulPrivateKeyAttributeCount, /* # priv.
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c2176 CK_ULONG ulPrivateKeyAttributeCount, in SC_GenerateKeyPair() argument
2191 (! pPrivateKeyTemplate && (ulPrivateKeyAttributeCount != 0))) { in SC_GenerateKeyPair()
2211 pPrivateKeyTemplate, ulPrivateKeyAttributeCount, in SC_GenerateKeyPair()
H A Dapi_interface.c1155 CK_ULONG ulPrivateKeyAttributeCount, in C_GenerateKeyPair() argument
1178 ulPrivateKeyAttributeCount, phPublicKey, phPrivateKey); in C_GenerateKeyPair()