Home
last modified time | relevance | path

Searched refs:TSS_LAYER_TSP (Results 1 – 8 of 8) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c70 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_GetRegisteredKeyByPublicInfo()
94 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_CloseContext()
120 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_FreeMemory()
143 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_LogPcrEvent()
167 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_GetPcrEvent()
193 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_GetPcrEventsByPcr()
217 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_GetPcrEventLog()
244 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_RegisterKey()
267 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_UnregisterKey()
291 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_EnumRegisteredKeys()
[all …]
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_error_basics.h21 #ifndef TSS_LAYER_TSP
22 #define TSS_LAYER_TSP 0x3000L // definition for TSP layer macro
54 #define TSP_ERROR(code) ((code) ? (TSS_LAYER_TSP | (code)) : (code))
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dlog.c60 return (result | TSS_LAYER_TSP); in LogTSPERR()
H A Dtspi_bind.c166 return result == (TSS_E_INVALID_OBJ_ACCESS | TSS_LAYER_TSP) ? in Tspi_Data_Unbind()
H A Dtspi_seal.c220 return result == (TSS_E_INVALID_OBJ_ACCESS | TSS_LAYER_TSP) ? in Tspi_Data_Unseal()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtrousers_types.h40 #define TSPERR(x) (x | TSS_LAYER_TSP)
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dtspps.c257 else if (result == (TSS_E_PS_KEY_NOTFOUND | TSS_LAYER_TSP)) in psfile_is_key_registered()
/netbsd/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c1464 case TSS_LAYER_TSP: return "tsp"; in Trspi_Error_Layer()