Home
last modified time | relevance | path

Searched refs:precomputed (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/clk/ti/
Ddpll3xxx.c1058 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-v6.6/drivers/net/wireguard/
Dnoise.c421 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-v6.6/mm/
Dslab.c2403 bool precomputed; in shuffle_freelist() local
2408 precomputed = freelist_state_initialize(&state, cachep, count); in shuffle_freelist()
2412 if (!precomputed) in shuffle_freelist()
2425 if (!precomputed) { in shuffle_freelist()
/Linux-v6.6/Documentation/staging/
Dcrc32.rst65 can be precomputed, and merging in the final 32 zero bits to make room
/Linux-v6.6/Documentation/networking/
Dila.rst137 adjustment can be precomputed and saved with the mapping.
/Linux-v6.6/arch/x86/crypto/
Daesni-intel_avx-x86_64.S1054 jl .L_initial_blocks_done\@ # no need for precomputed constants
2004 jl .L_initial_blocks_done\@ # no need for precomputed constants
Daesni-intel_asm.S865 # no need for precomputed values
/Linux-v6.6/Documentation/filesystems/
Dfsverity.rst402 state is precomputed, then imported for each hash.