Home
last modified time | relevance | path

Searched refs:crypto_cipher_free_ctx (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/crypto/
H A Daes-cts.c210 crypto_cipher_free_ctx(c->cbc); in cts_free_ctx()
211 crypto_cipher_free_ctx(c->ecb); in cts_free_ctx()
254 crypto_cipher_free_ctx(c->ecb); in crypto_aes_cts_alloc_ctx()
H A Dcbc-mac.c159 crypto_cipher_free_ctx(mc->cbc_ctx); in crypto_cbc_mac_free_ctx()
206 crypto_cipher_free_ctx(cbc_ctx); in crypto_cbc_mac_alloc_ctx()
H A Drng_fortuna.c126 crypto_cipher_free_ctx(state.ctx); in fortuna_done()
H A Dcrypto.c186 void crypto_cipher_free_ctx(void *ctx) in crypto_cipher_free_ctx() function
/optee_os/core/tee/
H A Dtee_fs_key_manager.c126 crypto_cipher_free_ctx(ctx); in tee_fs_fek_crypt()
201 crypto_cipher_free_ctx(ctx); in aes_ecb()
269 crypto_cipher_free_ctx(ctx); in tee_fs_crypt_block()
H A Dtee_svc_cryp.c2609 crypto_cipher_free_ctx(cs->ctx); in cryp_state_free()
/optee_os/core/drivers/crypto/se050/glue/
H A Duser.c83 crypto_cipher_free_ctx(cipher); in glue_context_free()
/optee_os/core/pta/tests/
H A Daes_perf.c47 crypto_cipher_free_ctx(*ctx); in free_ctx()
/optee_os/core/include/crypto/
H A Dcrypto.h49 void crypto_cipher_free_ctx(void *ctx);