Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_ta_enc_manager.c45 res = crypto_authenc_update_payload(enc_ctx, TEE_MODE_DECRYPT, src, len, in tee_ta_decrypt_update()
H A Dtadb.c307 res = crypto_authenc_update_payload(ctx, mode, (const uint8_t *)src, in tadb_update_payload()
H A Dtee_svc_cryp.c4206 res = crypto_authenc_update_payload(cs->ctx, cs->mode, src_data, in syscall_authenc_update_payload()
/optee_os/core/pta/tests/
H A Daes_perf.c120 return crypto_authenc_update_payload(ctx, mode, src, len, dst, &dlen); in update_ae()
/optee_os/core/include/crypto/
H A Dcrypto.h69 TEE_Result crypto_authenc_update_payload(void *ctx, TEE_OperationMode mode,
/optee_os/core/crypto/
H A Dcrypto.c424 TEE_Result crypto_authenc_update_payload(void *ctx, TEE_OperationMode mode, in crypto_authenc_update_payload() function