Searched refs:phPrivateKey (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Keys.c | 100 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 D | metaKeys.c | 87 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() 119 *phPrivateKey = (CK_OBJECT_HANDLE) key2; in meta_GenerateKeyPair()
|
H A D | metaGlobal.h | 821 CK_OBJECT_HANDLE_PTR phPrivateKey);
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeys.c | 74 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in C_GenerateKeyPair() argument 90 (phPrivateKey == NULL)) { in C_GenerateKeyPair() 109 ulPrivateKeyAttributeCount, phPublicKey, phPrivateKey); in C_GenerateKeyPair()
|
H A D | softKeysUtil.c | 419 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in soft_genkey_pair() argument 462 phPrivateKey, session_p, CKO_PRIVATE_KEY, key_type, 0, in soft_genkey_pair() 478 private_key = (soft_object_t *)*phPrivateKey; in soft_genkey_pair()
|
/titanic_44/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 797 CK_OBJECT_HANDLE_PTR phPrivateKey /* gets
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1157 CK_OBJECT_HANDLE_PTR phPrivateKey) in C_GenerateKeyPair() argument 1168 if (! phPublicKey || ! phPrivateKey) { in C_GenerateKeyPair() 1178 ulPrivateKeyAttributeCount, phPublicKey, phPrivateKey); in C_GenerateKeyPair()
|
H A D | new_host.c | 2178 CK_OBJECT_HANDLE_PTR phPrivateKey) in SC_GenerateKeyPair() argument 2189 if (! pMechanism || ! phPublicKey || ! phPrivateKey || in SC_GenerateKeyPair() 2212 phPublicKey, phPrivateKey); in SC_GenerateKeyPair()
|
H A D | tpmtok_int.h | 1518 CK_OBJECT_HANDLE_PTR phPrivateKey,
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 1405 CK_OBJECT_HANDLE_PTR phPublicKey, CK_OBJECT_HANDLE_PTR phPrivateKey) in C_GenerateKeyPair() argument 1432 (phPrivateKey == NULL)) { in C_GenerateKeyPair() 1638 *phPrivateKey = (CK_OBJECT_HANDLE)new_pri_objp; in C_GenerateKeyPair()
|