Searched refs:srp_password (Results 1 – 5 of 5) sorted by relevance
25 return OPENSSL_strdup(ctx_data->srp_password); in client_srp_cb()34 ctx_data->srp_password, in server_srp_cb()53 server_ctx_data->srp_password = OPENSSL_strdup(extra->server.srp_password); in configure_handshake_ctx_for_srp()54 if (server_ctx_data->srp_user == NULL || server_ctx_data->srp_password == NULL) { in configure_handshake_ctx_for_srp()56 OPENSSL_free(server_ctx_data->srp_password); in configure_handshake_ctx_for_srp()58 server_ctx_data->srp_password = NULL; in configure_handshake_ctx_for_srp()68 server2_ctx_data->srp_password = OPENSSL_strdup(extra->server2.srp_password); in configure_handshake_ctx_for_srp()69 if (server2_ctx_data->srp_user == NULL || server2_ctx_data->srp_password == NULL) { in configure_handshake_ctx_for_srp()71 OPENSSL_free(server2_ctx_data->srp_password); in configure_handshake_ctx_for_srp()73 server2_ctx_data->srp_password = NULL; in configure_handshake_ctx_for_srp()[all …]
112 char *srp_password; member131 char *srp_password; member
359 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, srp_password)360 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, srp_password)756 OPENSSL_free(conf->server.srp_password); in ssl_test_extra_conf_free_data()758 OPENSSL_free(conf->server2.srp_password); in ssl_test_extra_conf_free_data()760 OPENSSL_free(conf->client.srp_password); in ssl_test_extra_conf_free_data()
21 char *srp_password; member
73 OPENSSL_free(ctx_data->srp_password); in ctx_data_free_data()74 ctx_data->srp_password = NULL; in ctx_data_free_data()