Searched refs:SSL_aDSS (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_lib.c451 SSL_aDSS,
469 SSL_aDSS,
486 SSL_aDSS,
984 SSL_aDSS,
1081 SSL_aDSS,
1214 SSL_aDSS,
1285 SSL_aDSS,
1389 SSL_aDSS,
1425 SSL_aDSS,
1442 SSL_aDSS,
[all...]
H A Dssl_ciph.c271 {0, SSL_TXT_aDSS, 0, 0, SSL_aDSS, 0, 0, 0, 0, 0, 0, 0},
272 {0, SSL_TXT_DSS, 0, 0, SSL_aDSS, 0, 0, 0, 0, 0, 0, 0},
348 SSL_kDHE, SSL_aDSS, SSL_DES, SSL_SHA1, SSL_SSLV3, SSL_EXPORT | SSL_EXP40,
351 SSL_kDHE, SSL_aDSS, SSL_DES, SSL_SHA1, SSL_SSLV3, SSL_NOT_EXP | SSL_LOW,
354 SSL_kDHE, SSL_aDSS, SSL_3DES, SSL_SHA1, SSL_SSLV3,
741 *auth |= SSL_aDSS;
1754 case SSL_aDSS:
2073 else if (alg_a & SSL_aDSS)
H A Dssl_locl.h324 # define SSL_aDSS 0x00000002L macro
520 * SSL_aDSS <- DSA_SIGN
H A Dssl_lib.c2375 mask_a |= SSL_aDSS;
2376 emask_a |= SSL_aDSS;
2601 if ((alg_a & SSL_aDSS) &&
H A Ds3_clnt.c1609 else if (alg_a & SSL_aDSS)
1806 else if (alg_a & SSL_aDSS)
3576 else if ((alg_a & SSL_aDSS) && !has_bits(i, EVP_PK_DSA | EVP_PKT_SIGN)) {
H A Dt1_lib.c1205 c->mask_a |= SSL_aDSS;

Completed in 165 milliseconds