Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1361 # define SSL_CTRL_GET_PEER_TMP_KEY 109 macro
1528 SSL_ctrl(s,SSL_CTRL_GET_PEER_TMP_KEY,0,pk)
1556 SSL_CTRL_GET_PEER_TMP_KEY
H A Dssl.h.in1289 # define SSL_CTRL_GET_PEER_TMP_KEY 109 macro
1456 SSL_ctrl(s,SSL_CTRL_GET_PEER_TMP_KEY,0,pk)
1484 SSL_CTRL_GET_PEER_TMP_KEY
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c3711 case SSL_CTRL_GET_PEER_TMP_KEY: in ssl3_ctrl()