Searched refs:is_power_of_two (Results 1 – 2 of 2) sorted by relevance
51 'sanitycheck' => "value > 1 && is_power_of_two(value)"203 if (!(value > 1 && is_power_of_two(u64_value)))
211 static int is_power_of_two(uint64_t value) in is_power_of_two() function237 || !is_power_of_two(u64_value)) in kdf_scrypt_set_ctx_params()
Completed in 5 milliseconds