Home
last modified time | relevance | path

Searched refs:BLOCKS (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/vDSO/
Dvdso_test_chacha.c84 enum { TRIALS = 1000, BLOCKS = 128, BLOCK_SIZE = 64 }; in main() enumerator
86 uint8_t output1[BLOCK_SIZE * BLOCKS], output2[BLOCK_SIZE * BLOCKS]; in main()
97 reference_chacha20_blocks(output1, key, counter1, BLOCKS); in main()
98 for (unsigned int split = 0; split < BLOCKS; ++split) { in main()
103 __arch_chacha20_blocks_nostack(output2 + split * BLOCK_SIZE, key, counter2, BLOCKS - split); in main()
111 counter1[0] = (uint32_t)-BLOCKS + 2; in main()
113 counter2[0] = (uint32_t)-BLOCKS + 2; in main()
115 reference_chacha20_blocks(output1, key, counter1, BLOCKS); in main()
116 __arch_chacha20_blocks_nostack(output2, key, counter2, BLOCKS); in main()
122 reference_chacha20_blocks(output1, key, counter1, BLOCKS); in main()
[all …]
/linux-6.12.1/fs/hpfs/
Dfile.c15 #define BLOCKS(size) (((size) + 511) >> 9) macro
47 if (BLOCKS(hpfs_i(inode)->mmu_private) <= file_secno) return 0; in hpfs_bmap()
/linux-6.12.1/arch/arm64/crypto/
Daes-modes.S330 BLOCKS .req x13
368 add CTR, CTR, BLOCKS
370 adds IV_PART, IV_PART, BLOCKS
583 .unreq BLOCKS