Home
last modified time | relevance | path

Searched refs:SSL3_CK_SCSV (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciphers.c83 if (!CBB_add_u16(cbb, SSL3_CK_SCSV & SSL3_CK_VALUE_MASK)) in ssl_cipher_list_to_bytes()
116 if (cipher_id == SSL3_CK_SCSV) { in STACK_OF()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl3.h130 #define SSL3_CK_SCSV 0x030000FF macro