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 D | s2n_cipher_preferences.c | 94 &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 D | s2n_cipher_suites.c | 222 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 D | s2n_cipher_suites.h | 123 extern struct s2n_cipher_suite s2n_rsa_with_rc4_128_md5;
|
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/ |
H A D | s2n_kex_test.c | 30 struct s2n_cipher_suite test_cipher = s2n_rsa_with_rc4_128_md5; in main()
|
H A D | s2n_ecc_point_format_extension_test.c | 43 conn->secure.cipher_suite = &s2n_rsa_with_rc4_128_md5; in main()
|
H A D | s2n_client_early_data_indication_test.c | 167 …T_OK(s2n_append_test_psk_with_early_data(conn, nonzero_max_early_data, &s2n_rsa_with_rc4_128_md5)); in main()
|
H A D | s2n_auth_selection_test.c | 257 conn->secure.cipher_suite = &s2n_rsa_with_rc4_128_md5; /* kex = (rsa) */ in main()
|
H A D | s2n_signature_algorithms_test.c | 34 #define RSA_CIPHER_SUITE &s2n_rsa_with_rc4_128_md5
|
H A D | s2n_cipher_suite_match_test.c | 489 const struct s2n_cipher_suite *expected_wire_choice = &s2n_rsa_with_rc4_128_md5; in main()
|