Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbio_cb.c59 case BIO_CB_PUTS: in BIO_debug_callback()
79 case BIO_CB_RETURN | BIO_CB_PUTS: in BIO_debug_callback()
Dbio_lib.c398 ret = (int)bio_call_callback(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL); in BIO_puts()
417 ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0, in BIO_puts()
/third_party/openssl/doc/man3/
DBIO_set_callback.pod81 BIO_CB_GETS and BIO_CB_PUTS.
174 callback_ex(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL);
178 callback(b, BIO_CB_PUTS, buf, 0, 0L, 1L)
182 callback_ex(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0, 0L, retvalue, &written)
186 callback(b, BIO_CB_PUTS|BIO_CB_RETURN, buf, 0, 0L, retvalue)
/third_party/openssl/test/
Dbio_callback_test.c136 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) in test_bio_callback()
142 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback()
/third_party/boringssl/src/include/openssl/
Dbio.h229 #define BIO_CB_PUTS 0x04 macro
/third_party/openssl/include/openssl/
Dbio.h223 # define BIO_CB_PUTS 0x04 macro