Home
last modified time | relevance | path

Searched refs:SSL3_CK_VALUE_MASK (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_txt.c126 x->cipher_id & SSL3_CK_VALUE_MASK) <= 0) in SSL_SESSION_print()
H A Dssl_ciphers.c83 if (!CBB_add_u16(cbb, SSL3_CK_SCSV & SSL3_CK_VALUE_MASK)) in ssl_cipher_list_to_bytes()
H A Dssl_asn1.c74 cid = (uint16_t)(s->cipher_id & SSL3_CK_VALUE_MASK); in SSL_SESSION_encode()
H A Dssl_locl.h272 #define SSL3_CK_VALUE_MASK 0x0000ffff macro
H A Ds3_lib.c1438 return (c->id & SSL3_CK_VALUE_MASK); in ssl3_cipher_get_value()