Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_aes.c59 char *pending_tag; member
68 char *pending_tag = NULL; in init_ae_aes_context() local
71 !ctx->pending_tag && !ctx->pending_size); in init_ae_aes_context()
74 pending_tag = TEE_Malloc(ctx->tag_byte_len, TEE_MALLOC_FILL_ZERO); in init_ae_aes_context()
76 if (!out_data || !pending_tag) { in init_ae_aes_context()
78 TEE_Free(pending_tag); in init_ae_aes_context()
82 ctx->pending_tag = pending_tag; in init_ae_aes_context()
99 TEE_Free(ctx->pending_tag); in release_ae_aes_context()
100 ctx->pending_tag = NULL; in release_ae_aes_context()
143 TEE_MemMove(ctx->pending_tag + ctx->pending_size, in, in_size); in tee_ae_decrypt_update()
[all …]