Searched refs:read_block (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/pta/tests/ |
A D | fs_htree.c | 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() 324 res = do_range(read_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 335 res = do_range(read_block, &ht, 0, w_unsync_begin, salt); in htree_test_rewrite() 351 res = do_range(read_block, &ht, 0, w_unsync_begin, salt); in htree_test_rewrite() 369 res = do_range(read_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 381 res = do_range(read_block, &ht, 0, num_blocks, salt); in htree_test_rewrite() 504 res = do_range(read_block, &ht, 0, num_blocks, 1); in test_corrupt_type() [all …]
|
/optee_os-3.20.0/core/drivers/crypto/stm32/ |
A D | stm32_cryp.c | 322 static TEE_Result __must_check read_block(struct stm32_cryp_context *ctx, in read_block() function 944 res = read_block(ctx, data_out + i); in stm32_cryp_update_load() 1190 res = read_block(ctx, data_out + i); in stm32_cryp_update()
|
Completed in 6 milliseconds