Searched refs:SSL_get_srp_username (Results 1 – 9 of 9) 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()
497 char *SSL_get_srp_username(SSL *s) in SSL_get_srp_username() function
351 | `SSL_get_srp_username` | HL | U | A | NC\* | Done …
1884 OSSL_DEPRECATEDIN_3_0 __owur char *SSL_get_srp_username(SSL *s);
7443 username = SSL_get_srp_username(s); in ssl_srp_cb()
Completed in 54 milliseconds