Home
last modified time | relevance | path

Searched refs:crypto_authenc_free_ctx (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/tee/
H A Dtee_ta_enc_manager.c33 crypto_authenc_free_ctx(*enc_ctx); in tee_ta_decrypt_init()
48 crypto_authenc_free_ctx(enc_ctx); in tee_ta_decrypt_update()
62 crypto_authenc_free_ctx(enc_ctx); in tee_ta_decrypt_final()
H A Dtadb.c294 crypto_authenc_free_ctx(ctx); in tadb_authenc_init()
483 crypto_authenc_free_ctx(ta->ctx); in tee_tadb_ta_close_and_delete()
583 crypto_authenc_free_ctx(ta->ctx); in tee_tadb_ta_close_and_commit()
790 crypto_authenc_free_ctx(ta->ctx); in tee_tadb_ta_close()
H A Dfs_htree.c519 crypto_authenc_free_ctx(ctx); in authenc_init()
533 crypto_authenc_free_ctx(ctx); in authenc_decrypt_final()
554 crypto_authenc_free_ctx(ctx); in authenc_encrypt_final()
H A Dtee_svc_cryp.c2612 crypto_authenc_free_ctx(cs->ctx); in cryp_state_free()
/optee_os/core/drivers/
H A Dstm32mp15_huk.c122 crypto_authenc_free_ctx(ctx); in aes_gcm_encrypt_uid()
/optee_os/core/pta/tests/
H A Daes_perf.c45 crypto_authenc_free_ctx(*ctx); in free_ctx()
/optee_os/core/include/crypto/
H A Dcrypto.h82 void crypto_authenc_free_ctx(void *ctx);
/optee_os/core/crypto/
H A Dcrypto.c468 void crypto_authenc_free_ctx(void *ctx) in crypto_authenc_free_ctx() function