Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_lib.c82 struct ssl_async_args { struct
83 SSL *s;
84 void *buf;
85 size_t num;
86 enum { READFUNC, WRITEFUNC, OTHERFUNC } type;
87 union {
91 } f;

Completed in 51 milliseconds