Home
last modified time | relevance | path

Searched defs:aes_cipher (Results 1 – 1 of 1) sorted by relevance

/optee_examples/aes/ta/
A Daes_ta.c46 struct aes_cipher { struct
47 uint32_t algo; /* AES flavour */
48 uint32_t mode; /* Encode or decode */
49 uint32_t key_size; /* AES key size in byte */
50 TEE_OperationHandle op_handle; /* AES ciphering operation */
51 TEE_ObjectHandle key_handle; /* transient object to load the key */

Completed in 2 milliseconds