Searched refs:obj_rsakey_get_tsp_context (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_asym.c | 43 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()
|
| D | tspi_key.c | 39 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()
|
| D | tspi_migration.c | 184 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()
|
| D | tspi_sign.c | 120 if ((result = obj_rsakey_get_tsp_context(hKey, &tspContext))) in Tspi_Hash_VerifySignature()
|
| D | tspi_certify.c | 51 if ((result = obj_rsakey_get_tsp_context(hKey, &tspContext))) in Tspi_Key_CertifyKey()
|
| D | tspi_cmk.c | 234 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()
|
| D | tspi_bind.c | 48 if ((result = obj_rsakey_get_tsp_context(hEncKey, &tspContext))) in Tspi_Data_Bind()
|
| D | tsp_delegate.c | 206 if ((result = obj_rsakey_get_tsp_context(hKey, &hContext))) in create_key_delegation()
|
| D | tsp_auth.c | 513 result = obj_rsakey_get_tsp_context(obj, hContext);
|
| D | obj_rsakey.c | 981 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/ |
| D | obj_rsakey.h | 46 TSS_RESULT obj_rsakey_get_tsp_context(TSS_HKEY, TSS_HCONTEXT *);
|
| /netbsd/src/crypto/external/cpl/trousers/lib/libtspi/ |
| D | tspi.expsym | 922 obj_rsakey_get_tsp_context
|