Home
last modified time | relevance | path

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

/optee_examples/aes/ta/
A Daes_ta.c48 uint32_t mode; /* Encode or decode */ member
86 static TEE_Result ta2tee_mode_id(uint32_t param, uint32_t *mode) in ta2tee_mode_id() argument
90 *mode = TEE_MODE_ENCRYPT; in ta2tee_mode_id()
93 *mode = TEE_MODE_DECRYPT; in ta2tee_mode_id()
139 res = ta2tee_mode_id(params[2].value.a, &sess->mode); in alloc_resources()
157 sess->mode, in alloc_resources()

Completed in 2 milliseconds