Home
last modified time | relevance | path

Searched refs:srp_password (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/helpers/
Dhandshake_srp.c24 return OPENSSL_strdup(ctx_data->srp_password); in client_srp_cb()
33 ctx_data->srp_password, in server_srp_cb()
51 server_ctx_data->srp_password = OPENSSL_strdup(extra->server.srp_password); in configure_handshake_ctx_for_srp()
52 if (server_ctx_data->srp_user == NULL || server_ctx_data->srp_password == NULL) { in configure_handshake_ctx_for_srp()
54 OPENSSL_free(server_ctx_data->srp_password); in configure_handshake_ctx_for_srp()
56 server_ctx_data->srp_password = NULL; in configure_handshake_ctx_for_srp()
66 server2_ctx_data->srp_password = OPENSSL_strdup(extra->server2.srp_password); in configure_handshake_ctx_for_srp()
67 if (server2_ctx_data->srp_user == NULL || server2_ctx_data->srp_password == NULL) { in configure_handshake_ctx_for_srp()
69 OPENSSL_free(server2_ctx_data->srp_password); in configure_handshake_ctx_for_srp()
71 server2_ctx_data->srp_password = NULL; in configure_handshake_ctx_for_srp()
[all …]
Dssl_test_ctx.h111 char *srp_password; member
130 char *srp_password; member
Dssl_test_ctx.c361 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, srp_password)
362 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, srp_password)
744 OPENSSL_free(conf->server.srp_password); in ssl_test_extra_conf_free_data()
746 OPENSSL_free(conf->server2.srp_password); in ssl_test_extra_conf_free_data()
748 OPENSSL_free(conf->client.srp_password); in ssl_test_extra_conf_free_data()
Dhandshake.h21 char *srp_password; member
Dhandshake.c72 OPENSSL_free(ctx_data->srp_password); in ctx_data_free_data()
73 ctx_data->srp_password = NULL; in ctx_data_free_data()