Searched refs:ctx_data (Results 1 – 2 of 2) sorted by relevance
24 CTX_DATA *ctx_data = (CTX_DATA*)(arg); in client_srp_cb() local25 return OPENSSL_strdup(ctx_data->srp_password); in client_srp_cb()30 CTX_DATA *ctx_data = (CTX_DATA*)(arg); in server_srp_cb() local31 if (strcmp(ctx_data->srp_user, SSL_get_srp_username(s)) != 0) in server_srp_cb()33 if (SSL_set_srp_server_param_pw(s, ctx_data->srp_user, in server_srp_cb()34 ctx_data->srp_password, in server_srp_cb()
66 OPENSSL_free(ctx_data->npn_protocols); in ctx_data_free_data()67 ctx_data->npn_protocols = NULL; in ctx_data_free_data()68 OPENSSL_free(ctx_data->alpn_protocols); in ctx_data_free_data()69 ctx_data->alpn_protocols = NULL; in ctx_data_free_data()70 OPENSSL_free(ctx_data->srp_user); in ctx_data_free_data()71 ctx_data->srp_user = NULL; in ctx_data_free_data()72 OPENSSL_free(ctx_data->srp_password); in ctx_data_free_data()73 ctx_data->srp_password = NULL; in ctx_data_free_data()75 ctx_data->session_ticket_app_data = NULL; in ctx_data_free_data()418 *data = ctx_data->npn_protocols; in server_npn_cb()[all …]
Completed in 8 milliseconds