Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dbio_pw_callback_test.c110 static int read_callback(char *buf, int size, int rwflag, void *u) in read_callback() function
215 r_ret = PEM_read_bio_PrivateKey(bio, &pkey, read_callback, &cb_data); in decrypt_key()
218 r_ret = d2i_PKCS8PrivateKey_bio(bio, &pkey, read_callback, &cb_data); in decrypt_key()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c1088 static struct ptunit_result read_callback(struct image_fixture *ifix) in read_callback() function
2242 ptu_run_f(suite, read_callback, rfix); in main()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2671 data_prd.read_callback = http2_submit_response_read_callback; in http2_submit_dns_response()
2761 data_prd.read_callback = http2_submit_error_read_callback; in http2_submit_error()