Searched refs:SSL_eNULL (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libssl/ |
H A D | ssl_ciph.c | 169 .algorithm_enc = ~SSL_eNULL, 175 .algorithm_enc = SSL_eNULL, 186 .algorithm_enc = ~SSL_eNULL, 265 .algorithm_enc = SSL_eNULL, 294 .algorithm_enc = SSL_eNULL, 435 case SSL_eNULL: in ssl_cipher_get_evp() 1148 disabled_enc |= SSL_eNULL; in STACK_OF() 1396 case SSL_eNULL: in SSL_CIPHER_description() 1531 case SSL_eNULL: in SSL_CIPHER_get_cipher_nid()
|
H A D | s3_lib.c | 182 .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 D | t1_enc.c | 401 if (s->s3->hs.cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
|
H A D | ssl_local.h | 216 #define SSL_eNULL 0x00000010L macro
|