Searched refs:update_func (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/pta/tests/ |
A D | aes_perf.c | 134 TEE_Result (*update_func)(void *ctx, TEE_OperationMode mode, in do_update() local 142 update_func = update_ae; in do_update() 144 update_func = update_cipher; in do_update() 148 res = update_func(ctx, mode, in + m * unit_size, in do_update() 154 res = update_func(ctx, mode, in + m * unit_size, in do_update()
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_operations.c | 880 TEE_Result(*update_func)(unsigned long state, const void *src, in tee_buffer_update() 931 res = update_func(op->state, op->buffer, l, dst, &tmp_dlen); in tee_buffer_update() 957 res = update_func(op->state, src, l, dst, &tmp_dlen); in tee_buffer_update()
|
Completed in 5 milliseconds