Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciph.c172 .algorithm_enc = ~SSL_eNULL,
178 .algorithm_enc = SSL_eNULL,
189 .algorithm_enc = ~SSL_eNULL,
280 .algorithm_enc = SSL_eNULL,
309 .algorithm_enc = SSL_eNULL,
463 case SSL_eNULL: in ssl_cipher_get_evp()
660 *enc |= SSL_eNULL; in ssl_cipher_get_disabled()
1492 case SSL_eNULL: in SSL_CIPHER_description()
1633 case SSL_eNULL: in SSL_CIPHER_get_cipher_nid()
H A Ds3_lib.c187 .algorithm_enc = SSL_eNULL,
203 .algorithm_enc = SSL_eNULL,
420 .algorithm_enc = SSL_eNULL,
604 .algorithm_enc = SSL_eNULL,
938 .algorithm_enc = SSL_eNULL,
1018 .algorithm_enc = SSL_eNULL,
1098 .algorithm_enc = SSL_eNULL,
1387 .algorithm_enc = SSL_eNULL,
H A Dt1_enc.c399 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
H A Dssl_locl.h227 #define SSL_eNULL 0x00000010L macro