TA-REF
__TEE_OperationHandle Struct Reference

#include <tee_api_tee_types.h>

Public Attributes

int mode
 
int flags
 
int alg
 
sha3_ctx_t ctx
 
mbedtls_aes_context aectx
 
mbedtls_gcm_context aegcmctx
 
int aegcm_state
 
unsigned char aeiv [TEE_OBJECT_NONCE_SIZE]
 
unsigned char aekey [32]
 
unsigned char pubkey [TEE_OBJECT_KEY_SIZE]
 
unsigned char prikey [TEE_OBJECT_SKEY_SIZE]
 

Member Data Documentation

◆ aectx

mbedtls_aes_context __TEE_OperationHandle::aectx

◆ aegcm_state

int __TEE_OperationHandle::aegcm_state

◆ aegcmctx

mbedtls_gcm_context __TEE_OperationHandle::aegcmctx

◆ aeiv

unsigned char __TEE_OperationHandle::aeiv

◆ aekey

unsigned char __TEE_OperationHandle::aekey

◆ alg

int __TEE_OperationHandle::alg

◆ ctx

sha3_ctx_t __TEE_OperationHandle::ctx

◆ flags

int __TEE_OperationHandle::flags

◆ mode

int __TEE_OperationHandle::mode

◆ prikey

unsigned char __TEE_OperationHandle::prikey

◆ pubkey

unsigned char __TEE_OperationHandle::pubkey

The documentation for this struct was generated from the following files: