Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Ds3_lib.c135 SSL_eNULL,
151 SSL_eNULL,
361 SSL_eNULL,
953 SSL_eNULL,
1019 SSL_eNULL,
1085 SSL_eNULL,
1279 SSL_eNULL,
1295 SSL_eNULL,
1311 SSL_eNULL,
1605 SSL_eNULL,
[all …]
Dssl_ciph.c62 {SSL_eNULL, NID_undef}, /* SSL_ENC_NULL_IDX 5 */
200 {0, SSL_TXT_ALL, NULL, 0, 0, 0, ~SSL_eNULL},
202 {0, SSL_TXT_CMPALL, NULL, 0, 0, 0, SSL_eNULL},
250 {0, SSL_TXT_NULL, NULL, 0, 0, 0, SSL_eNULL},
263 {0, SSL_TXT_eNULL, NULL, 0, 0, 0, SSL_eNULL},
305 {0, SSL_TXT_FIPS, NULL, 0, 0, 0, ~SSL_eNULL, 0, 0, 0, 0, 0, SSL_FIPS},
1746 case SSL_eNULL: in SSL_CIPHER_description()
2133 if (c->algorithm_enc != SSL_eNULL) { in ssl_cipher_get_overhead()
Ds3_enc.c300 if (s->session->cipher->algorithm_enc == SSL_eNULL) in ssl3_setup_key_block()
Dt1_enc.c421 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
Dssl_local.h216 # define SSL_eNULL 0x00000020U macro
/third_party/boringssl/src/ssl/
Dssl_cipher.cc168 SSL_eNULL,
603 if (cipher->algorithm_enc == SSL_eNULL) { in ssl_cipher_get_evp_aead()
872 cp->algorithm_enc == SSL_eNULL) { in ssl_cipher_apply_rule()
1390 case SSL_eNULL: in SSL_CIPHER_get_cipher_nid()
1464 return (cipher->algorithm_enc & SSL_eNULL) == 0 && in SSL_CIPHER_is_block_cipher()
1572 case SSL_eNULL: in SSL_CIPHER_get_bits()
1667 case SSL_eNULL: in SSL_CIPHER_description()
Dinternal.h544 #define SSL_eNULL 0x00000020u