Home
last modified time | relevance | path

Searched refs:TCS_E_KM_LOADFAILED (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcs_key_mem_cache.c172 result = TCSERR(TCS_E_KM_LOADFAILED); in ensureKeyIsLoaded()
184 result = TCSERR(TCS_E_KM_LOADFAILED); in ensureKeyIsLoaded()
1000 return TCSERR(TCS_E_KM_LOADFAILED); in LoadKeyShim()
1007 return TCSERR(TCS_E_KM_LOADFAILED); in LoadKeyShim()
1026 return TCSERR(TCS_E_KM_LOADFAILED); in LoadKeyShim()
1050 return TCSERR(TCS_E_KM_LOADFAILED); in LoadKeyShim()
1066 return TCSERR(TCS_E_KM_LOADFAILED); in LoadKeyShim()
Dtcsi_ps.c532 return TCSERR(TCS_E_KM_LOADFAILED); in TCSP_LoadKeyByUUID_Internal()
564 return TCSERR(TCS_E_KM_LOADFAILED); in TCSP_LoadKeyByUUID_Internal()
595 result = TCSERR(TCS_E_KM_LOADFAILED); in TCSP_LoadKeyByUUID_Internal()
Dtcsi_key.c250 result = TCSERR(TCS_E_KM_LOADFAILED); in TCSP_GetPubKey_Internal()
Dtcs_key.c113 return TCSERR(TCS_E_KM_LOADFAILED); in get_slot()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtcs_error.h36 #define TCS_E_KM_LOADFAILED (UINT32)(TSS_E_BASE + 0x0CAL) macro
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/
Ddaa_parameter.c126 case TCS_E_KM_LOADFAILED: return "TCS_E_KM_LOADFAILED"; in err_string()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_ps.c304 if (TSS_ERROR_CODE(result) == TCS_E_KM_LOADFAILED) {
Dtspi_ps.c65 if (TSS_ERROR_CODE(result) == TCS_E_KM_LOADFAILED) { in Tspi_Context_LoadKeyByUUID()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
Drpc_ps.c340 } else if (pLoadKeyInfo && (result == (TCS_E_KM_LOADFAILED | TSS_LAYER_TCS))) { in RPC_LoadKeyByUUID_TP()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_ps.c207 if (result == TCSERR(TCS_E_KM_LOADFAILED) && pInfo != NULL) { in tcs_wrap_LoadKeyByUUID()
/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/
Dtrousers.c1394 …case TCS_E_KM_LOADFAILED: return "Key load failed: parent key requires authorization… in Trspi_Error_String()