Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c100 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in C_GenerateKeyPair() argument
116 phPublicKey, phPrivateKey)); in C_GenerateKeyPair()
141 phPublicKey, phPrivateKey); in C_GenerateKeyPair()
H A DmetaKeys.c87 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in meta_GenerateKeyPair() argument
93 if (pMechanism == NULL || phPublicKey == NULL || phPrivateKey == NULL) in meta_GenerateKeyPair()
118 *phPublicKey = (CK_OBJECT_HANDLE) key1; 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.c74 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in C_GenerateKeyPair() argument
89 if ((pMechanism == NULL) || (phPublicKey == NULL) || in C_GenerateKeyPair()
109 ulPrivateKeyAttributeCount, phPublicKey, phPrivateKey); in C_GenerateKeyPair()
H A DsoftKeysUtil.c419 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in soft_genkey_pair() argument
450 phPublicKey, session_p, CKO_PUBLIC_KEY, key_type, 0, in soft_genkey_pair()
458 public_key = (soft_object_t *)*phPublicKey; in soft_genkey_pair()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h794 CK_OBJECT_HANDLE_PTR phPublicKey, /* gets pub.
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1156 CK_OBJECT_HANDLE_PTR phPublicKey, in C_GenerateKeyPair() argument
1168 if (! phPublicKey || ! phPrivateKey) { in C_GenerateKeyPair()
1178 ulPrivateKeyAttributeCount, phPublicKey, phPrivateKey); in C_GenerateKeyPair()
H A Dnew_host.c2177 CK_OBJECT_HANDLE_PTR phPublicKey, in SC_GenerateKeyPair() argument
2189 if (! pMechanism || ! phPublicKey || ! phPrivateKey || in SC_GenerateKeyPair()
2212 phPublicKey, phPrivateKey); in SC_GenerateKeyPair()
H A Dtpmtok_int.h1519 CK_OBJECT_HANDLE_PTR phPublicKey);
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1405 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in C_GenerateKeyPair() argument
1431 if ((pMechanism == NULL) || (phPublicKey == NULL) || in C_GenerateKeyPair()
1637 *phPublicKey = (CK_OBJECT_HANDLE)new_pub_objp; in C_GenerateKeyPair()