Home
last modified time | relevance | path

Searched refs:SSL_CTRL_GET_NEGOTIATED_GROUP (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1382 # define SSL_CTRL_GET_NEGOTIATED_GROUP 134 macro
1499 SSL_ctrl(s,SSL_CTRL_GET_NEGOTIATED_GROUP,0,NULL)
H A Dssl.h.in1310 # define SSL_CTRL_GET_NEGOTIATED_GROUP 134 macro
1427 SSL_ctrl(s,SSL_CTRL_GET_NEGOTIATED_GROUP,0,NULL)
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c3646 case SSL_CTRL_GET_NEGOTIATED_GROUP: in ssl3_ctrl()