Searched refs:SSL_eNULL (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/ssl/ |
D | s3_lib.c | 136 SSL_eNULL, 152 SSL_eNULL, 362 SSL_eNULL, 954 SSL_eNULL, 1020 SSL_eNULL, 1086 SSL_eNULL, 1280 SSL_eNULL, 1296 SSL_eNULL, 1312 SSL_eNULL, 1606 SSL_eNULL, [all …]
|
D | ssl_ciph.c | 39 {SSL_eNULL, NID_undef}, /* SSL_ENC_NULL_IDX 5 */ 167 {0, SSL_TXT_ALL, NULL, 0, 0, 0, ~SSL_eNULL}, 169 {0, SSL_TXT_CMPALL, NULL, 0, 0, 0, SSL_eNULL}, 218 {0, SSL_TXT_NULL, NULL, 0, 0, 0, SSL_eNULL}, 231 {0, SSL_TXT_eNULL, NULL, 0, 0, 0, SSL_eNULL}, 276 {0, SSL_TXT_FIPS, NULL, 0, 0, 0, ~SSL_eNULL, 0, 0, 0, 0, 0, SSL_FIPS}, 1802 case SSL_eNULL: in SSL_CIPHER_description() 2188 if (c->algorithm_enc != SSL_eNULL) { in ssl_cipher_get_overhead()
|
D | s3_enc.c | 297 if (s->session->cipher->algorithm_enc == SSL_eNULL) in ssl3_setup_key_block()
|
D | t1_enc.c | 594 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
|
D | ssl_local.h | 222 # define SSL_eNULL 0x00000020U macro
|
/third_party/openssl/test/ |
D | cipher_overhead_test.c | 23 if (ciph->algorithm_enc != SSL_eNULL in cipher_enabled()
|