Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbio_callback_test.c17 static int my_param_count; variable
30 if (my_param_count >= MAXCOUNT) in my_bio_cb_ex()
32 my_param_b[my_param_count] = b; in my_bio_cb_ex()
33 my_param_oper[my_param_count] = oper; in my_bio_cb_ex()
34 my_param_argp[my_param_count] = argp; in my_bio_cb_ex()
35 my_param_argi[my_param_count] = argi; in my_bio_cb_ex()
36 my_param_argl[my_param_count] = argl; in my_bio_cb_ex()
37 my_param_ret[my_param_count] = ret; in my_bio_cb_ex()
38 my_param_len[my_param_count] = len; in my_bio_cb_ex()
39 my_param_processed[my_param_count] = processed != NULL ? *processed : 0; in my_bio_cb_ex()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbio_callback_test.c16 static int my_param_count; variable
27 if (my_param_count >= MAXCOUNT) in my_bio_callback()
29 my_param_b[my_param_count] = b; in my_bio_callback()
30 my_param_oper[my_param_count] = oper; in my_bio_callback()
31 my_param_argp[my_param_count] = argp; in my_bio_callback()
32 my_param_argi[my_param_count] = argi; in my_bio_callback()
33 my_param_argl[my_param_count] = argl; in my_bio_callback()
34 my_param_ret[my_param_count] = ret; in my_bio_callback()
35 my_param_count++; in my_bio_callback()
50 my_param_count = 0; in test_bio_callback()
[all …]