Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_ps.c36 TSS_HKEY * phKey) /* out */ in Tspi_Context_LoadKeyByUUID() argument
49 if (phKey == NULL) in Tspi_Context_LoadKeyByUUID()
98 phKey))) in Tspi_Context_LoadKeyByUUID()
100 if ((result = obj_rsakey_set_tcs_handle(*phKey, tcsKeyHandle))) in Tspi_Context_LoadKeyByUUID()
105 if ((result = Tspi_Key_GetPubKey(*phKey, &ulPubKeyLength, &rgbPubKey))) in Tspi_Context_LoadKeyByUUID()
108 result = obj_rsakey_set_pubkey(*phKey, FALSE, rgbPubKey); in Tspi_Context_LoadKeyByUUID()
119 TSS_OBJ_FLAG_SYSTEM_PS, phKey))) { in Tspi_Context_LoadKeyByUUID()
124 result = obj_rsakey_set_tcs_handle(*phKey, tcsKeyHandle); in Tspi_Context_LoadKeyByUUID()
129 if ((result = load_from_system_ps(tspContext, &uuidData, phKey))) in Tspi_Context_LoadKeyByUUID()
146 if ((result = ps_get_key_by_uuid(tspContext, &uuidData, phKey))) in Tspi_Context_LoadKeyByUUID()
[all …]
H A Dtsp_transport.c32 TCS_KEY_HANDLE* phKey, in Transport_LoadKeyByBlob() argument
49 phKey, phSlot); in Transport_LoadKeyByBlob()
80 *phKey = *(TCS_KEY_HANDLE *)handleList; in Transport_LoadKeyByBlob()
H A Dtsp_ps.c294 load_from_system_ps(TSS_HCONTEXT tspContext, TSS_UUID *uuid, TSS_HKEY *phKey)
335 phKey))) {
340 result = obj_rsakey_set_tcs_handle(*phKey, tcsKeyHandle);
H A Dtspi_key.c450 TSS_HKEY * phKey) /* out */ in Tspi_Context_LoadKeyByBlob() argument
469 if (phKey == NULL || rgbBlobData == NULL ) in Tspi_Context_LoadKeyByBlob()
549 if ((result = obj_rsakey_add(tspContext, initFlags, phKey))) { in Tspi_Context_LoadKeyByBlob()
554 if ((result = obj_rsakey_set_tcpakey(*phKey,realKeyBlobSize, rgbBlobData))) { in Tspi_Context_LoadKeyByBlob()
560 return obj_rsakey_set_tcs_handle(*phKey, myTCSKeyHandle); in Tspi_Context_LoadKeyByBlob()
H A Dtsp_key.c250 TCS_KEY_HANDLE* phKey, in Transport_LoadKeyByBlob() argument
284 *phKey = *(TCS_KEY_HANDLE *)handles; in Transport_LoadKeyByBlob()
H A Dobj_rsakey.c191 TSS_HKEY *phKey) in obj_rsakey_add_by_key() argument
223 if ((result = obj_list_add(&rsakey_list, tspContext, flags, rsakey, phKey))) { in obj_rsakey_add_by_key()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pk11/
H A Dpk11.h266 CK_OBJECT_HANDLE_PTR phKey);
280 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dpk11_api.c610 CK_OBJECT_HANDLE_PTR phKey) { in pkcs_C_GenerateKey() argument
624 return ((*sym)(hSession, pMechanism, pTemplate, ulCount, phKey)); in pkcs_C_GenerateKey()
656 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey) { in pkcs_C_DeriveKey() argument
671 ulAttributeCount, phKey)); in pkcs_C_DeriveKey()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtspi.h186 TSS_HKEY* phKey // out
194 TSS_HKEY* phKey // out
220 TSS_HKEY* phKey // out
230 TSS_HKEY* phKey // out
H A DTSP.idl276 HRESULT CertifySelfTest([in] ITCPAKey* phKey,