Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1383 # define SSL_CTRL_SET_RETRY_VERIFY 136 macro
2218 (SSL_ctrl(ssl,SSL_CTRL_SET_RETRY_VERIFY,0,NULL) > 0)
HDssl.h.in1311 # define SSL_CTRL_SET_RETRY_VERIFY 136 macro
2146 (SSL_ctrl(ssl,SSL_CTRL_SET_RETRY_VERIFY,0,NULL) > 0)
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_lib.c2430 case SSL_CTRL_SET_RETRY_VERIFY: in SSL_ctrl()