Searched defs:ssl_vfuncs (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-ssl-iostream/
H A Diostream-ssl.c30 static const struct iostream_ssl_vfuncs *ssl_vfuncs = NULL; variable in typeref:struct:iostream_ssl_vfuncs
42 ssl_vfuncs = vfuncs;
83 return ssl_vfuncs->global_init(set, error_r);
101 return ssl_vfuncs->context_init_client(&set_copy, ctx_r, error_r);
114 return ssl_vfuncs->context_init_server(set, ctx_r, error_r);
119 ssl_vfuncs->context_ref(ctx);
127 ssl_vfuncs->context_unref(ctx);
138 return ssl_vfuncs->create(ctx, host, &set_copy, input, output,
148 return ssl_vfuncs->create(ctx, NULL, set, input, output,
157 ssl_vfuncs
[all...]
H A Diostream-openssl.c865 static const struct iostream_ssl_vfuncs ssl_vfuncs = { variable in typeref:struct:iostream_ssl_vfuncs
902 iostream_ssl_module_init(&ssl_vfuncs);

Completed in 32 milliseconds