Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests.c166 int sign_filters_num = 0, hash_filters_num = 0, curve_filters_num = 0; in main() local
211 if(hash_filters_num >= MAX_FILTERS){ in main()
212 ext_printf("Maximum number of hash filters %d exceeded!\n", hash_filters_num); in main()
216 hash_filters[hash_filters_num++] = argv[i]+sizeof("hash=")-1; in main()
265 if(hash_filters_num == 0){ in main()
266 hash_filters_num = 1; in main()
274 for(j = 0; j < hash_filters_num; j++){ in main()