Home
last modified time | relevance | path

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

/openssl/test/helpers/
H A Dhandshake_srp.c25 return OPENSSL_strdup(ctx_data->srp_password); in client_srp_cb()
34 ctx_data->srp_password, in server_srp_cb()
52 server_ctx_data->srp_password = OPENSSL_strdup(extra->server.srp_password); in configure_handshake_ctx_for_srp()
53 if (server_ctx_data->srp_user == NULL || server_ctx_data->srp_password == NULL) { in configure_handshake_ctx_for_srp()
55 OPENSSL_free(server_ctx_data->srp_password); in configure_handshake_ctx_for_srp()
57 server_ctx_data->srp_password = NULL; in configure_handshake_ctx_for_srp()
67 server2_ctx_data->srp_password = OPENSSL_strdup(extra->server2.srp_password); in configure_handshake_ctx_for_srp()
70 OPENSSL_free(server2_ctx_data->srp_password); in configure_handshake_ctx_for_srp()
72 server2_ctx_data->srp_password = NULL; in configure_handshake_ctx_for_srp()
82 client_ctx_data->srp_password = OPENSSL_strdup(extra->client.srp_password); in configure_handshake_ctx_for_srp()
[all …]
H A Dssl_test_ctx.h112 char *srp_password; member
131 char *srp_password; member
H A Dssl_test_ctx.c362 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, srp_password)
363 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, srp_password)
762 OPENSSL_free(conf->server.srp_password); in ssl_test_extra_conf_free_data()
764 OPENSSL_free(conf->server2.srp_password); in ssl_test_extra_conf_free_data()
766 OPENSSL_free(conf->client.srp_password); in ssl_test_extra_conf_free_data()
H A Dhandshake.h21 char *srp_password; member
H A Dhandshake.c72 OPENSSL_free(ctx_data->srp_password); in ctx_data_free_data()
73 ctx_data->srp_password = NULL; in ctx_data_free_data()

Completed in 45 milliseconds