Searched refs:crypto_authenc_update_payload (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_ta_enc_manager.c | 45 res = crypto_authenc_update_payload(enc_ctx, TEE_MODE_DECRYPT, src, len, in tee_ta_decrypt_update()
|
| H A D | tadb.c | 307 res = crypto_authenc_update_payload(ctx, mode, (const uint8_t *)src, in tadb_update_payload()
|
| H A D | tee_svc_cryp.c | 4206 res = crypto_authenc_update_payload(cs->ctx, cs->mode, src_data, in syscall_authenc_update_payload()
|
| /optee_os/core/pta/tests/ |
| H A D | aes_perf.c | 120 return crypto_authenc_update_payload(ctx, mode, src, len, dst, &dlen); in update_ae()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 69 TEE_Result crypto_authenc_update_payload(void *ctx, TEE_OperationMode mode,
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 424 TEE_Result crypto_authenc_update_payload(void *ctx, TEE_OperationMode mode, in crypto_authenc_update_payload() function
|