Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/math/
Dstat.c52 srtp_debug_module_t srtp_mod_stat = { variable
75 debug_print(srtp_mod_stat, "bit count: %d", ones_count); in stat_test_monobit()
103 debug_print(srtp_mod_stat, "poker test: %f\n", poker); in stat_test_poker()
142 debug_print(srtp_mod_stat, ">25 runs: %d", state); in stat_test_runs()
149 debug_print(srtp_mod_stat, ">25 gaps: %d", state); in stat_test_runs()
167 debug_print(srtp_mod_stat, ">25 runs (2): %d", state); in stat_test_runs()
183 debug_print(srtp_mod_stat, ">25 gaps (2): %d", state); in stat_test_runs()
198 if (srtp_mod_stat.on) { in stat_test_runs()
199 debug_print(srtp_mod_stat, "runs test", NULL); in stat_test_runs()
201 debug_print(srtp_mod_stat, " runs[]: %d", runs[i]); in stat_test_runs()
[all …]
/external/libsrtp2/crypto/include/
Dcipher_types.h69 extern srtp_debug_module_t srtp_mod_stat;
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c104 status = srtp_crypto_kernel_load_debug_module(&srtp_mod_stat); in srtp_crypto_kernel_init()