Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_random.c11 static unsigned int hamming_weight8(uint8_t w) in hamming_weight8() function
29 hw += hamming_weight8(data[i]); in test_random()