Searched refs:crypto_cipher_update (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_fs_key_manager.c | 118 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 D | tee_cryp_utl.c | 153 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 D | user.c | 73 if (crypto_cipher_update(cipher, 0, true, src, len, dst)) in glue_cipher_one_go()
|
/optee_os-3.20.0/core/crypto/ |
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()
|
A D | rng_fortuna.c | 321 TEE_Result res = crypto_cipher_update(state.ctx, in generate_blocks()
|
A D | crypto.c | 192 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 D | aes_perf.c | 127 return crypto_cipher_update(ctx, mode, false, src, len, dst); in update_cipher()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 44 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode,
|
Completed in 11 milliseconds