Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_fs_key_manager.c117 res = crypto_cipher_update(ctx, mode, true, in_key, size, dst_key); in tee_fs_fek_crypt()
192 res = crypto_cipher_update(ctx, TEE_MODE_ENCRYPT, true, in, in aes_ecb()
262 res = crypto_cipher_update(ctx, mode, true, in, size, out); in tee_fs_crypt_block()
H A Dtee_cryp_utl.c152 return crypto_cipher_update(ctx, mode, last_block, data, len, dst); in tee_do_cipher_update()
/optee_os/core/drivers/crypto/se050/glue/
H A Duser.c73 if (crypto_cipher_update(cipher, 0, true, src, len, dst)) in glue_cipher_one_go()
/optee_os/core/crypto/
H A Dcbc-mac.c74 res = crypto_cipher_update(mc->cbc_ctx, TEE_MODE_ENCRYPT, in crypto_cbc_mac_update()
101 res = crypto_cipher_update(mc->cbc_ctx, TEE_MODE_ENCRYPT, in crypto_cbc_mac_update()
H A Drng_fortuna.c321 TEE_Result res = crypto_cipher_update(state.ctx, in generate_blocks()
H A Dcrypto.c209 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode __unused, in crypto_cipher_update() function
/optee_os/core/pta/tests/
H A Daes_perf.c126 return crypto_cipher_update(ctx, mode, false, src, len, dst); in update_cipher()
/optee_os/core/include/crypto/
H A Dcrypto.h44 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode,