Home
last modified time | relevance | path

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

/external/srtp/crypto/math/
Dstat.c193 #define RAND_SRC_BUF_OCTETS 50 /* this value MUST divide 2500! */ macro
204 uint8_t buffer[RAND_SRC_BUF_OCTETS]; in stat_test_rand_source()
217 for (i=0; i < 2500; i+=RAND_SRC_BUF_OCTETS) { in stat_test_rand_source()
220 status = get_rand_bytes(buffer, RAND_SRC_BUF_OCTETS); in stat_test_rand_source()
228 octet_string_hex_string(buffer, RAND_SRC_BUF_OCTETS)); in stat_test_rand_source()
232 data_end = data + RAND_SRC_BUF_OCTETS; in stat_test_rand_source()