Searched refs:SSL_get_srp_username (Results 1 – 12 of 12) sorted by relevance
16 SSL_get_srp_username,47 char *SSL_get_srp_username(SSL *s);85 username. The username can be obtained by calling SSL_get_srp_username().130 The SSL_get_srp_username() function returns the SRP username for B<s>, or from172 char *username = SSL_get_srp_username(s);
45 SSL_get_srp_username(3)
124 SSL_get_srp_username 125 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
31 if (strcmp(ctx_data->srp_user, SSL_get_srp_username(s)) != 0) in server_srp_cb()
164 p->login = SSL_get_srp_username(s); in ssl_srp_server_param_cb()
289 SSL_get_srp_username;
498 char *SSL_get_srp_username(SSL *s) in SSL_get_srp_username() function
351 | `SSL_get_srp_username` | HL | U | A | NC\* | Done …
1941 OSSL_DEPRECATEDIN_3_0 __owur char *SSL_get_srp_username(SSL *s);
1894 OSSL_DEPRECATEDIN_3_0 __owur char *SSL_get_srp_username(SSL *s);
4266 MLINKS+= SSL_CTX_set_srp_password.3 SSL_get_srp_username.3
7532 username = SSL_get_srp_username(s); in ssl_srp_cb()