Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c138 SSL_eNULL,
156 SSL_eNULL,
189 SSL_eNULL,
207 SSL_eNULL,
445 SSL_eNULL,
1113 SSL_eNULL,
1189 SSL_eNULL,
1265 SSL_eNULL,
1485 SSL_eNULL,
1503 SSL_eNULL,
[all …]
H A Dssl_ciph.c41 { SSL_eNULL, NID_undef }, /* SSL_ENC_NULL_IDX 5 */
159 { 0, SSL_TXT_ALL, NULL, 0, 0, 0, ~SSL_eNULL },
161 { 0, SSL_TXT_CMPALL, NULL, 0, 0, 0, SSL_eNULL },
210 { 0, SSL_TXT_NULL, NULL, 0, 0, 0, SSL_eNULL },
223 { 0, SSL_TXT_eNULL, NULL, 0, 0, 0, SSL_eNULL },
268 { 0, SSL_TXT_FIPS, NULL, 0, 0, 0, ~SSL_eNULL, 0, 0, 0, 0, 0, SSL_FIPS },
1768 case SSL_eNULL: in SSL_CIPHER_description()
2177 if (c->algorithm_enc != SSL_eNULL) { in ssl_cipher_get_overhead()
H A Dssl_local.h135 #define SSL_eNULL 0x00000020U macro
/freebsd/crypto/openssl/test/
H A Dcipher_overhead_test.c23 if (ciph->algorithm_enc != SSL_eNULL in cipher_enabled()