Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Ds3_lib.c136 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 …]
Dssl_ciph.c39 {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()
Ds3_enc.c297 if (s->session->cipher->algorithm_enc == SSL_eNULL) in ssl3_setup_key_block()
Dt1_enc.c594 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
Dssl_local.h222 # define SSL_eNULL 0x00000020U macro
/third_party/openssl/test/
Dcipher_overhead_test.c23 if (ciph->algorithm_enc != SSL_eNULL in cipher_enabled()