Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds