Searched refs:validation_mode (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h2234 int SSL_enable_ct(SSL *s, int validation_mode);
2235 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c5110 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode) argument
5112 switch (validation_mode) {
5123 int SSL_enable_ct(SSL *s, int validation_mode) argument
5125 switch (validation_mode) {

Completed in 145 milliseconds