Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_fs_key_manager.c121 crypto_cipher_final(ctx); in tee_fs_fek_crypt()
197 crypto_cipher_final(ctx); in aes_ecb()
266 crypto_cipher_final(ctx); in tee_fs_crypt_block()
H A Dtee_svc_cryp.c3243 cs->ctx_finalize = crypto_cipher_final; in syscall_cipher_init()
/optee_os/core/crypto/
H A Daes-cts.c202 crypto_cipher_final(c->cbc); in cts_final()
203 crypto_cipher_final(c->ecb); in cts_final()
H A Drng_fortuna.c466 crypto_cipher_final(state.ctx); in maybe_reseed()
499 crypto_cipher_final(state.ctx); in fortuna_read()
H A Dcbc-mac.c150 crypto_cipher_final(mc->cbc_ctx); in crypto_cbc_mac_final()
H A Dcrypto.c216 void crypto_cipher_final(void *ctx) in crypto_cipher_final() function
/optee_os/core/drivers/crypto/se050/glue/
H A Duser.c76 crypto_cipher_final(cipher); in glue_cipher_one_go()
/optee_os/core/include/crypto/
H A Dcrypto.h47 void crypto_cipher_final(void *ctx);