Searched refs:update_func (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/pta/tests/ |
| H A D | aes_perf.c | 133 TEE_Result (*update_func)(void *ctx, TEE_OperationMode mode, in do_update() local 141 update_func = update_ae; in do_update() 143 update_func = update_cipher; in do_update() 147 res = update_func(ctx, mode, in + m * unit_size, in do_update() 153 res = update_func(ctx, mode, in + m * unit_size, in do_update()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1080 TEE_Result(*update_func)(unsigned long state, const void *src, in tee_buffer_update() 1137 res = update_func(op->state, op->buffer, l, dst, &tmp_dlen); in tee_buffer_update() 1163 res = update_func(op->state, src, l, dst, &tmp_dlen); in tee_buffer_update()
|