Home
last modified time | relevance | path

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

/external/tlsdate/src/
Dproxy-polarssl.h20 struct _proxy_polarssl_ctx { struct
21 char *host;
22 uint16_t port;
23 int connected;
25 int (*f_recv)(void *, unsigned char *, size_t);
26 int (*f_send)(void *, const unsigned char *, size_t);
27 int (*f_connect)(proxy_polarssl_ctx *);
29 void *p_recv; /*!< context for reading operations */
30 void *p_send; /*!< context for writing operations */