Searched refs:SSL_eNULL (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/ssl/ |
D | s3_lib.c | 135 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 …]
|
D | ssl_ciph.c | 62 {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()
|
D | s3_enc.c | 300 if (s->session->cipher->algorithm_enc == SSL_eNULL) in ssl3_setup_key_block()
|
D | t1_enc.c | 421 if (s->session->cipher->algorithm_enc == SSL_eNULL) in tls1_setup_key_block()
|
D | ssl_local.h | 216 # define SSL_eNULL 0x00000020U macro
|
/third_party/boringssl/src/ssl/ |
D | ssl_cipher.cc | 168 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()
|
D | internal.h | 544 #define SSL_eNULL 0x00000020u
|