Searched refs:read_block (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/pta/tests/ |
| H A D | fs_htree.c | 198 static TEE_Result read_block(struct tee_fs_htree **ht, size_t bn, uint8_t salt) in read_block() function 279 res = do_range(read_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 290 res = do_range(read_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 301 res = do_range(read_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 311 res = do_range(read_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 325 res = do_range(read_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 336 res = do_range(read_block, &ht, 0, w_unsync_begin, salt); in htree_test_rewrite() 338 res = do_range(read_block, &ht, w_unsync_begin, w_unsync_num, salt + 1); in htree_test_rewrite() 340 res = do_range(read_block, &ht, w_unsync_begin + w_unsync_num, in htree_test_rewrite() 352 res = do_range(read_block, &ht, 0, w_unsync_begin, salt); in htree_test_rewrite() [all …]
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_cryp.c | 308 static TEE_Result __must_check read_block(struct stm32_cryp_context *ctx, in read_block() function 942 res = read_block(ctx, data_out + i); in stm32_cryp_update_load() 1188 res = read_block(ctx, data_out + i); in stm32_cryp_update()
|
| H A D | stm32_saes.c | 208 static void read_block(vaddr_t base, uint8_t *data) in read_block() function 856 read_block(ctx->base, data_out + i); in stm32_saes_update_load() 1064 read_block(ctx->base, data_out + i); in stm32_saes_update()
|