Home
last modified time | relevance | path

Searched refs:SSL_aRSA (Results 1 – 9 of 9) sorted by relevance

/openssl/ssl/
H A Ds3_lib.c135 SSL_aRSA,
151 SSL_aRSA,
168 SSL_aRSA,
200 SSL_aRSA,
233 SSL_aRSA,
265 SSL_aRSA,
297 SSL_aRSA,
329 SSL_aRSA,
361 SSL_aRSA,
377 SSL_aRSA,
[all …]
H A Dssl_cert_table.h14 {EVP_PKEY_RSA, SSL_aRSA}, /* SSL_PKEY_RSA */
15 {EVP_PKEY_RSA_PSS, SSL_aRSA}, /* SSL_PKEY_RSA_PSS_SIGN */
H A Dssl_ciph.c104 {SSL_aRSA, NID_auth_rsa},
201 {0, SSL_TXT_aRSA, NULL, 0, 0, SSL_aRSA},
219 {0, SSL_TXT_RSA, NULL, 0, SSL_kRSA, SSL_aRSA},
282 SSL_kDHE, SSL_aRSA, SSL_3DES, SSL_SHA1, 0, 0, 0, 0, SSL_HIGH | SSL_FIPS},
1767 case SSL_aRSA: in SSL_CIPHER_description()
H A Dssl_local.h198 # define SSL_aRSA 0x00000001U macro
217 (SSL_aRSA | SSL_aDSS | SSL_aECDSA | SSL_aGOST01 | SSL_aGOST12)
H A Dt1_lib.c2222 uint32_t disabled_mask = SSL_aRSA | SSL_aDSS | SSL_aECDSA; in ssl_set_sig_mask()
H A Dssl_lib.c4112 mask_a |= SSL_aRSA; in ssl_set_masks()
/openssl/test/
H A Dssl_cert_table_internal_test.c47 && test_cert_table(EVP_PKEY_RSA, SSL_aRSA, SSL_PKEY_RSA) in test_ssl_cert_table()
/openssl/ssl/quic/
H A Dquic_impl.c224 SSL_aRSA, in ossl_quic_get_cipher()
/openssl/ssl/statem/
H A Dstatem_clnt.c2036 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_srp()
2125 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_dhe()
2192 else if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aRSA) in tls_process_ske_ecdhe()

Completed in 72 milliseconds