Home
last modified time | relevance | path

Searched refs:obj_rsakey_get_tsp_context (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_asym.c43 if ((result = obj_rsakey_get_tsp_context(key, &tspContext))) in __tspi_rsa_encrypt()
97 if ((result = obj_rsakey_get_tsp_context(key, &tspContext))) in __tspi_rsa_verify()
Dtspi_key.c39 if ((result = obj_rsakey_get_tsp_context(hKey, &tspContext))) in Tspi_Key_UnloadKey()
69 if ((result = obj_rsakey_get_tsp_context(hKey, &tspContext))) in Tspi_Key_LoadKey()
148 if ((result = obj_rsakey_get_tsp_context(hKey, &tspContext))) in Tspi_Key_GetPubKey()
227 if ((result = obj_rsakey_get_tsp_context(hKey, &tspContext))) in Tspi_Key_CreateKey()
362 if ((result = obj_rsakey_get_tsp_context(hKey, &tspContext))) in Tspi_Key_WrapKey()
Dtspi_migration.c184 if ((result = obj_rsakey_get_tsp_context(hKeyToMigrate, &tspContext))) in Tspi_Key_CreateMigrationBlob()
329 if ((result = obj_rsakey_get_tsp_context(hKeyToMigrate, &tspContext))) in Tspi_Key_ConvertMigrationBlob()
Dtspi_sign.c120 if ((result = obj_rsakey_get_tsp_context(hKey, &tspContext))) in Tspi_Hash_VerifySignature()
Dtspi_certify.c51 if ((result = obj_rsakey_get_tsp_context(hKey, &tspContext))) in Tspi_Key_CertifyKey()
Dtspi_cmk.c234 if ((result = obj_rsakey_get_tsp_context(hKeyToMigrate, &hContext))) in Tspi_Key_CMKCreateBlob()
398 if ((result = obj_rsakey_get_tsp_context(hKeyToMigrate, &hContext))) in Tspi_Key_CMKConvertMigration()
Dtspi_bind.c48 if ((result = obj_rsakey_get_tsp_context(hEncKey, &tspContext))) in Tspi_Data_Bind()
Dtsp_delegate.c206 if ((result = obj_rsakey_get_tsp_context(hKey, &hContext))) in create_key_delegation()
Dtsp_auth.c513 result = obj_rsakey_get_tsp_context(obj, hContext);
Dobj_rsakey.c981 obj_rsakey_get_tsp_context(TSS_HKEY hKey, TSS_HCONTEXT *tspContext) in obj_rsakey_get_tsp_context() function
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dobj_rsakey.h46 TSS_RESULT obj_rsakey_get_tsp_context(TSS_HKEY, TSS_HCONTEXT *);
/netbsd/src/crypto/external/cpl/trousers/lib/libtspi/
Dtspi.expsym922 obj_rsakey_get_tsp_context