Searched refs:async_bio (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dasync_bio.cc15 #include "async_bio.h"
24 struct async_bio { struct in namespace:__anon11685
30 async_bio *get_data(BIO *bio) {
34 return (async_bio *)bio->ptr;
38 async_bio *a = get_data(bio);
70 async_bio *a = get_data(bio);
106 async_bio *a = (async_bio *)OPENSSL_malloc(sizeof(*a));
164 async_bio *a = get_data(bio);
172 async_bio *
[all...]

Completed in 29 milliseconds