Home
last modified time | relevance | path

Searched refs:SSL3_CK_ID (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciphers.c114 cipher_id = SSL3_CK_ID | cipher_value; in STACK_OF()
H A Dssl_asn1.c292 s->cipher_id = SSL3_CK_ID | cipher_value; in d2i_SSL_SESSION()
H A Dssl_locl.h271 #define SSL3_CK_ID 0x03000000 macro
H A Ds3_lib.c1432 return ssl3_get_cipher_by_id(SSL3_CK_ID | value); in ssl3_get_cipher_by_value()