Home
last modified time | relevance | path

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

/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_cipher_preferences.c94 &s2n_rsa_with_rc4_128_md5
811 &s2n_rsa_with_rc4_128_md5
835 &s2n_rsa_with_rc4_128_md5
970 &s2n_rsa_with_rc4_128_md5
1109 &s2n_rsa_with_rc4_128_md5
1136 &s2n_rsa_with_rc4_128_md5
1163 &s2n_rsa_with_rc4_128_md5
1230 &s2n_rsa_with_rc4_128_md5
H A Ds2n_cipher_suites.c222 struct s2n_cipher_suite s2n_rsa_with_rc4_128_md5 = /* 0x00,0x04 */ { variable
775 &s2n_rsa_with_rc4_128_md5, /* 0x00,0x04 */
827 &s2n_rsa_with_rc4_128_md5, /* 0x00,0x04 */
924 &s2n_rsa_with_rc4_128_md5, /* 0x00,0x04 */
952 &s2n_rsa_with_rc4_128_md5, /* 0x00,0x04 */
H A Ds2n_cipher_suites.h123 extern struct s2n_cipher_suite s2n_rsa_with_rc4_128_md5;
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_kex_test.c30 struct s2n_cipher_suite test_cipher = s2n_rsa_with_rc4_128_md5; in main()
H A Ds2n_ecc_point_format_extension_test.c43 conn->secure.cipher_suite = &s2n_rsa_with_rc4_128_md5; in main()
H A Ds2n_client_early_data_indication_test.c167 …T_OK(s2n_append_test_psk_with_early_data(conn, nonzero_max_early_data, &s2n_rsa_with_rc4_128_md5)); in main()
H A Ds2n_auth_selection_test.c257 conn->secure.cipher_suite = &s2n_rsa_with_rc4_128_md5; /* kex = (rsa) */ in main()
H A Ds2n_signature_algorithms_test.c34 #define RSA_CIPHER_SUITE &s2n_rsa_with_rc4_128_md5
H A Ds2n_cipher_suite_match_test.c489 const struct s2n_cipher_suite *expected_wire_choice = &s2n_rsa_with_rc4_128_md5; in main()