Lines Matching refs:tls_global
35 struct tls_global { struct
54 static int schannel_load_lib(struct tls_global *global) in schannel_load_lib() argument
92 struct tls_global *global; in tls_init()
107 struct tls_global *global = ssl_ctx; in tls_deinit()
152 struct tls_global *global = ssl_ctx; in tls_connection_shutdown()
218 static u8 * tls_conn_hs_clienthello(struct tls_global *global, in tls_conn_hs_clienthello()
291 static int tls_get_eap(struct tls_global *global, struct tls_connection *conn) in tls_get_eap()
324 struct tls_global *global = ssl_ctx; in tls_connection_handshake()
486 struct tls_global *global = ssl_ctx; in tls_connection_encrypt()
574 struct tls_global *global = ssl_ctx; in tls_connection_decrypt()
720 struct tls_global *global = tls_ctx; in tls_connection_set_params()