Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c98 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in C_GenerateKeyPair() argument
114 phPublicKey, phPrivateKey)); in C_GenerateKeyPair()
139 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,
/illumos-gate/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.c416 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in soft_genkey_pair() argument
535 *phPublicKey = public_key->handle; in soft_genkey_pair()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h821 CK_OBJECT_HANDLE_PTR phPublicKey, /* gets pub. key handle */
/illumos-gate/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.h1520 CK_OBJECT_HANDLE_PTR phPublicKey);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1400 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in C_GenerateKeyPair() argument
1426 if ((pMechanism == NULL) || (phPublicKey == NULL) || in C_GenerateKeyPair()
1632 *phPublicKey = (CK_OBJECT_HANDLE)new_pub_objp; in C_GenerateKeyPair()