Home
last modified time | relevance | path

Searched refs:is_power_of_two (Results 1 – 2 of 2) sorted by relevance

/openssl/doc/designs/
H A Dfast-param-find.md51 'sanitycheck' => "value > 1 && is_power_of_two(value)"
203 if (!(value > 1 && is_power_of_two(u64_value)))
/openssl/providers/implementations/kdfs/
H A Dscrypt.c211 static int is_power_of_two(uint64_t value) in is_power_of_two() function
237 || !is_power_of_two(u64_value)) in kdf_scrypt_set_ctx_params()

Completed in 5 milliseconds