Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_aes.c347 void *tmp_ptr = NULL; in tee_ae_decrypt_final() local
349 tmp_ptr = TEE_Realloc(ctx->out_data, (ctx->out_count + 1) * in tee_ae_decrypt_final()
351 if (!tmp_ptr) { in tee_ae_decrypt_final()
355 ctx->out_data = tmp_ptr; in tee_ae_decrypt_final()