Home
last modified time | relevance | path

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

/external/srtp/crypto/kernel/
Dcrypto_kernel.c92 #define MAX_RNG_TRIALS 25 macro
136 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS); in crypto_kernel_init()
146 status = stat_test_rand_source_with_repetition(ctr_prng_get_octet_string, MAX_RNG_TRIALS); in crypto_kernel_init()
184 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS); in crypto_kernel_status()