Home
last modified time | relevance | path

Searched defs:bio_st (Results 1 – 1 of 1) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Dbio.h325 struct bio_st { struct
328 long (*callback) (struct bio_st *, int, const char *, int, long, long); argument
336 struct bio_st *next_bio; /* used by filter BIOs */ argument
337 struct bio_st *prev_bio; /* used by filter BIOs */ argument
338 int references;
339 unsigned long num_read;
340 unsigned long num_write;
341 CRYPTO_EX_DATA ex_data;

Completed in 7 milliseconds