Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dssl_ciph.c169 .algorithm_enc = ~SSL_eNULL,
175 .algorithm_enc = SSL_eNULL,
186 .algorithm_enc = ~SSL_eNULL,
257 .algorithm_enc = SSL_eNULL,
286 .algorithm_enc = SSL_eNULL,
427 case SSL_eNULL: in ssl_cipher_get_evp()
1140 disabled_enc |= SSL_eNULL; in STACK_OF()
1385 case SSL_eNULL: in SSL_CIPHER_description()
1520 case SSL_eNULL: in SSL_CIPHER_get_cipher_nid()
H A Ds3_lib.c182 .algorithm_enc = SSL_eNULL,
195 .algorithm_enc = SSL_eNULL,
376 .algorithm_enc = SSL_eNULL,
776 .algorithm_enc = SSL_eNULL,
841 .algorithm_enc = SSL_eNULL,
906 .algorithm_enc = SSL_eNULL,
H A Dt1_enc.c401 if (s->s3->hs.cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
H A Dssl_local.h212 #define SSL_eNULL 0x00000010L macro