Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_fs_key_manager.c118 res = crypto_cipher_update(ctx, mode, true, in_key, size, dst_key); in tee_fs_fek_crypt()
193 res = crypto_cipher_update(ctx, TEE_MODE_ENCRYPT, true, in, in aes_ecb()
263 res = crypto_cipher_update(ctx, mode, true, in, size, out); in tee_fs_crypt_block()
A Dtee_cryp_utl.c153 return crypto_cipher_update(ctx, mode, last_block, data, len, dst); in tee_do_cipher_update()
/optee_os-3.20.0/core/drivers/crypto/se050/glue/
A Duser.c73 if (crypto_cipher_update(cipher, 0, true, src, len, dst)) in glue_cipher_one_go()
/optee_os-3.20.0/core/crypto/
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()
A Drng_fortuna.c321 TEE_Result res = crypto_cipher_update(state.ctx, in generate_blocks()
A Dcrypto.c192 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode __unused, in crypto_cipher_update() function
/optee_os-3.20.0/core/pta/tests/
A Daes_perf.c127 return crypto_cipher_update(ctx, mode, false, src, len, dst); in update_cipher()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h44 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode,

Completed in 11 milliseconds