Searched refs:crypto_cipher_update (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_fs_key_manager.c | 117 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 D | tee_cryp_utl.c | 152 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 D | user.c | 73 if (crypto_cipher_update(cipher, 0, true, src, len, dst)) in glue_cipher_one_go()
|
| /optee_os/core/crypto/ |
| H A D | cbc-mac.c | 74 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 D | rng_fortuna.c | 321 TEE_Result res = crypto_cipher_update(state.ctx, in generate_blocks()
|
| H A D | crypto.c | 209 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode __unused, in crypto_cipher_update() function
|
| /optee_os/core/pta/tests/ |
| H A D | aes_perf.c | 126 return crypto_cipher_update(ctx, mode, false, src, len, dst); in update_cipher()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 44 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode,
|