Home
last modified time | relevance | path

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

/optee_examples/aes/ta/
A Daes_ta.c47 uint32_t algo; /* AES flavour */ member
57 static TEE_Result ta2tee_algo_id(uint32_t param, uint32_t *algo) in ta2tee_algo_id() argument
61 *algo = TEE_ALG_AES_ECB_NOPAD; in ta2tee_algo_id()
64 *algo = TEE_ALG_AES_CBC_NOPAD; in ta2tee_algo_id()
67 *algo = TEE_ALG_AES_CTR; in ta2tee_algo_id()
131 res = ta2tee_algo_id(params[0].value.a, &sess->algo); in alloc_resources()
156 sess->algo, in alloc_resources()

Completed in 2 milliseconds