Searched refs:SSL_eNULL (Results 1 – 4 of 4) sorted by relevance
/openssl/ssl/ |
H A D | s3_lib.c | 125 SSL_eNULL, 140 SSL_eNULL, 171 SSL_eNULL, 187 SSL_eNULL, 399 SSL_eNULL, 993 SSL_eNULL, 1061 SSL_eNULL, 1129 SSL_eNULL, 1325 SSL_eNULL, 1341 SSL_eNULL, [all …]
|
H A D | ssl_ciph.c | 40 {SSL_eNULL, NID_undef}, /* SSL_ENC_NULL_IDX 5 */ 158 {0, SSL_TXT_ALL, NULL, 0, 0, 0, ~SSL_eNULL}, 160 {0, SSL_TXT_CMPALL, NULL, 0, 0, 0, SSL_eNULL}, 209 {0, SSL_TXT_NULL, NULL, 0, 0, 0, SSL_eNULL}, 222 {0, SSL_TXT_eNULL, NULL, 0, 0, 0, SSL_eNULL}, 267 {0, SSL_TXT_FIPS, NULL, 0, 0, 0, ~SSL_eNULL, 0, 0, 0, 0, 0, SSL_FIPS}, 1781 case SSL_eNULL: in SSL_CIPHER_description() 2189 if (c->algorithm_enc != SSL_eNULL) { in ssl_cipher_get_overhead()
|
H A D | ssl_local.h | 132 # define SSL_eNULL 0x00000020U macro
|
/openssl/test/ |
H A D | cipher_overhead_test.c | 23 if (ciph->algorithm_enc != SSL_eNULL in cipher_enabled()
|
Completed in 57 milliseconds