Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_callback_test.c25 static size_t my_param_processed[MAXCOUNT]; variable
39 my_param_processed[my_param_count] = processed != NULL ? *processed : 0; in my_bio_cb_ex()
77 || !TEST_size_t_eq(my_param_processed[1], test1len) in test_bio_callback_ex()
96 || !TEST_size_t_eq(my_param_processed[1], test1len) in test_bio_callback_ex()
116 || !TEST_size_t_eq(my_param_processed[1], 0) in test_bio_callback_ex()
153 || !TEST_size_t_eq(my_param_processed[1], 0) in test_bio_callback_ex()
172 || !TEST_size_t_eq(my_param_processed[1], test2len) in test_bio_callback_ex()

Completed in 10 milliseconds