Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_status.c18 case JRSTA_SRC(NONE): in job_status_to_tee_result()
21 case JRSTA_SRC(DECO): in job_status_to_tee_result()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_jr_status.h16 #define JRSTA_SRC(src) SHIFT_U32(JRSTA_SRC_##src, 28) macro
35 JRSTA_SRC_GET(_status) == JRSTA_SRC(JMP_HALT_USER) ? \
/optee_os/core/drivers/crypto/caam/
H A Dcaam_jr.c512 if (JRSTA_SRC_GET(jobctx->status) != JRSTA_SRC(NONE)) in caam_jr_enqueue()
526 if (JRSTA_SRC_GET(jobctx->status) != JRSTA_SRC(NONE)) in caam_jr_enqueue()
H A Dcaam_rng.c300 if ((JRSTA_SRC_GET(jobctx.status) != JRSTA_SRC(CCB)) || in caam_rng_instantiation()