Searched refs:write_block (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/pta/tests/ |
| H A D | fs_htree.c | 187 static TEE_Result write_block(struct tee_fs_htree **ht, size_t bn, uint8_t salt) in write_block() function 276 res = do_range(write_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 287 res = do_range_backwards(write_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 298 res = do_range(write_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 332 res = do_range_backwards(write_block, &ht, w_unsync_begin, w_unsync_num, in htree_test_rewrite() 348 res = do_range(write_block, &ht, w_unsync_begin, w_unsync_num, in htree_test_rewrite() 580 res = do_range(write_block, &ht, 0, num_blocks, 1); in test_corrupt()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_cryp.c | 277 static TEE_Result __must_check write_block(struct stm32_cryp_context *ctx, in write_block() function 836 res = write_block(ctx, data + i); in stm32_cryp_update_assodata() 938 res = write_block(ctx, data_in + i); in stm32_cryp_update_load() 1184 res = write_block(ctx, data_in + i); in stm32_cryp_update()
|
| H A D | stm32_saes.c | 187 static void write_block(vaddr_t base, uint8_t *data) in write_block() function 763 write_block(ctx->base, data + i); in stm32_saes_update_assodata() 850 write_block(ctx->base, data_in + i); in stm32_saes_update_load() 1058 write_block(ctx->base, data_in + i); in stm32_saes_update()
|