Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/math/
Dstat.c67 uint16_t ones_count; in stat_test_monobit() local
69 ones_count = 0; in stat_test_monobit()
71 ones_count += octet_get_weight(*data); in stat_test_monobit()
75 debug_print(srtp_mod_stat, "bit count: %d", ones_count); in stat_test_monobit()
77 if ((ones_count < 9725) || (ones_count > 10275)) in stat_test_monobit()