Home | History | Annotate | Download | only in data

Lines Matching refs:bio_st

269 class bio_st(Structure):
271 BIO = bio_st
272 bio_info_cb = CFUNCTYPE(None, POINTER(bio_st), c_int, STRING, c_int, c_long, c_long)
302 bio_st._fields_ = [
304 ('callback', CFUNCTYPE(c_long, POINTER(bio_st), c_int, STRING, c_int, c_long, c_long)),
312 ('next_bio', POINTER(bio_st)),
313 ('prev_bio', POINTER(bio_st)),
319 assert sizeof(bio_st) == 64, sizeof(bio_st)
320 assert alignment(bio_st) == 4, alignment(bio_st)
462 BIO_dummy = bio_st
2661 'dsa_method', 'int64_t', 'bio_st', 'bf_key_st',