Home
last modified time | relevance | path

Searched refs:dpe_error_t (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/include/lib/psa/
H A Ddice_protection_environment.h22 typedef int32_t dpe_error_t; typedef
24 #define DPE_NO_ERROR ((dpe_error_t)0)
25 #define DPE_INTERNAL_ERROR ((dpe_error_t)1)
26 #define DPE_INVALID_COMMAND ((dpe_error_t)2)
27 #define DPE_INVALID_ARGUMENT ((dpe_error_t)3)
28 #define DPE_ARGUMENT_NOT_SUPPORTED ((dpe_error_t)4)
29 #define DPE_SESSION_EXHAUSTED ((dpe_error_t)5)
32 #define DPE_INSUFFICIENT_MEMORY ((dpe_error_t)128)
33 #define DPE_ERR_CBOR_FORMATTING ((dpe_error_t)129)
81 dpe_error_t dpe_derive_context(int context_handle,
/rk3399_ARM-atf/lib/psa/
H A Ddice_protection_environment.c195 dpe_error_t *dpe_err) in decode_derive_context_response()
207 *dpe_err = (dpe_error_t)response_dpe_err; in decode_derive_context_response()
271 dpe_error_t dpe_derive_context(int context_handle, in dpe_derive_context()
291 dpe_error_t dpe_err; in dpe_derive_context()
/rk3399_ARM-atf/drivers/measured_boot/rse/
H A Ddice_prot_env.c81 dpe_error_t ret; in dpe_measure_and_record()
/rk3399_ARM-atf/docs/design_documents/
H A Drse.rst702 dpe_error_t