Searched refs:SSL_get_srp_g (Results 1 – 7 of 7) sorted by relevance
14 SSL_get_srp_g,44 BIGNUM *SSL_get_srp_g(SSL *s);109 can be obtained by calling SSL_get_srp_N() and SSL_get_srp_g().124 The SSL_get_srp_g() function returns the SRP group generator for B<s>, or from
43 SSL_get_srp_g(3)
35 SSL_get_srp_g 36 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
70 if (((N = SSL_get_srp_N(s)) == NULL) || ((g = SSL_get_srp_g(s)) == NULL)) in ssl_srp_verify_param_cb()
439 BIGNUM *SSL_get_srp_g(SSL *s) in SSL_get_srp_g() function
1785 __owur BIGNUM *SSL_get_srp_g(SSL *s);
1836 OSSL_DEPRECATEDIN_3_0 __owur BIGNUM *SSL_get_srp_g(SSL *s);