Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32mp15_huk.c120 crypto_authenc_final(ctx); in aes_gcm_encrypt_uid()
/optee_os/core/tee/
H A Dtadb.c482 crypto_authenc_final(ta->ctx); in tee_tadb_ta_close_and_delete()
582 crypto_authenc_final(ta->ctx); in tee_tadb_ta_close_and_commit()
789 crypto_authenc_final(ta->ctx); in tee_tadb_ta_close()
H A Dfs_htree.c517 crypto_authenc_final(ctx); in authenc_init()
532 crypto_authenc_final(ctx); in authenc_decrypt_final()
553 crypto_authenc_final(ctx); in authenc_encrypt_final()
H A Dtee_svc_cryp.c4116 cs->ctx_finalize = crypto_authenc_final; in syscall_authenc_init()
/optee_os/core/include/crypto/
H A Dcrypto.h81 void crypto_authenc_final(void *ctx);
/optee_os/core/crypto/
H A Dcrypto.c463 void crypto_authenc_final(void *ctx) in crypto_authenc_final() function