Searched refs:precomputed (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/clk/ti/ |
A D | dpll3xxx.c | 1058 static const struct omap3_dpll5_settings precomputed[] = { in omap3_dpll5_apply_errata() local 1077 for (i = 0; i < ARRAY_SIZE(precomputed); ++i) { in omap3_dpll5_apply_errata() 1078 if (parent_rate == precomputed[i].rate) in omap3_dpll5_apply_errata() 1082 if (i == ARRAY_SIZE(precomputed)) in omap3_dpll5_apply_errata() 1085 d = &precomputed[i]; in omap3_dpll5_apply_errata()
|
/linux-6.3-rc2/drivers/net/wireguard/ |
A D | noise.c | 421 const u8 precomputed[NOISE_PUBLIC_KEY_LEN]) in mix_precomputed_dh() 424 if (unlikely(!crypto_memneq(precomputed, zero_point, NOISE_PUBLIC_KEY_LEN))) in mix_precomputed_dh() 426 kdf(chaining_key, key, NULL, precomputed, NOISE_HASH_LEN, in mix_precomputed_dh()
|
/linux-6.3-rc2/mm/ |
A D | slab.c | 2422 bool precomputed; in shuffle_freelist() local 2427 precomputed = freelist_state_initialize(&state, cachep, count); in shuffle_freelist() 2431 if (!precomputed) in shuffle_freelist() 2444 if (!precomputed) { in shuffle_freelist()
|
/linux-6.3-rc2/Documentation/staging/ |
A D | crc32.rst | 65 can be precomputed, and merging in the final 32 zero bits to make room
|
/linux-6.3-rc2/Documentation/networking/ |
A D | ila.rst | 137 adjustment can be precomputed and saved with the mapping.
|
/linux-6.3-rc2/arch/x86/crypto/ |
A D | aesni-intel_avx-x86_64.S | 1076 jl _initial_blocks_done\@ # no need for precomputed constants 2026 jl _initial_blocks_done\@ # no need for precomputed constants
|
A D | aesni-intel_asm.S | 865 # no need for precomputed values
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | fsverity.rst | 398 state is precomputed, then imported for each hash.
|
Completed in 31 milliseconds