Searched refs:SSL_CTX_set_srp_password (Results 1 – 5 of 5) sorted by relevance
419 int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password) in SSL_CTX_set_srp_password() function
7 SSL_CTX_set_srp_password 7 1_1_0 EXIST::FUNCTION:SRP
1770 int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password);
5168 if (!TEST_int_gt(SSL_CTX_set_srp_password(cctx, "badpass"), 0)) in test_srp()5171 if (!TEST_int_gt(SSL_CTX_set_srp_password(cctx, password), 0)) in test_srp()
2879 if(!SSL_CTX_set_srp_password(backend->ctx, ssl_password)) { in ossl_connect_step1()