HomeSort by: relevance | last modified time | path
    Searched refs:tls_info (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
tls.h 37 struct tls_info;
68 bool client, struct tls_info **out);
71 * Free the tls_info structure and it's members
73 void tls_free_verify_info(struct tls_info **in);
eap-tls.h 48 struct tls_info;
70 struct tls_info *info;
tls.c 44 struct tls_info struct
102 struct tls_info *inf;
128 inf = (struct tls_info*) SSL_get_ex_data(ssl, 0);
235 bool client, struct tls_info **out)
238 struct tls_info *tmp = calloc(1, sizeof(struct tls_info));
271 void tls_free_verify_info(struct tls_info **in) {
273 struct tls_info *tmp = *in;
peap.c 90 struct tls_info *info;

Completed in 38 milliseconds