Searched refs:phKey (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | tspi_ps.c | 36 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 D | tsp_transport.c | 32 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 D | tsp_ps.c | 294 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 D | tspi_key.c | 450 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 D | tsp_key.c | 250 TCS_KEY_HANDLE* phKey, in Transport_LoadKeyByBlob() argument 284 *phKey = *(TCS_KEY_HANDLE *)handles; in Transport_LoadKeyByBlob()
|
| H A D | obj_rsakey.c | 191 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 D | pk11.h | 266 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 D | pk11_api.c | 610 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 D | tspi.h | 186 TSS_HKEY* phKey // out 194 TSS_HKEY* phKey // out 220 TSS_HKEY* phKey // out 230 TSS_HKEY* phKey // out
|
| H A D | TSP.idl | 276 HRESULT CertifySelfTest([in] ITCPAKey* phKey,
|