Home
last modified time | relevance | path

Searched refs:cipher_preferences_null (Results 1 – 5 of 5) sorted by relevance

/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_cipher_preferences.h125 extern const struct s2n_cipher_preferences cipher_preferences_null;
H A Ds2n_cipher_preferences.c447 const struct s2n_cipher_preferences cipher_preferences_null = { variable
H A Ds2n_security_policies.c728 .cipher_preferences = &cipher_preferences_null,
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_connection_preferences_test.c214 EXPECT_EQUAL(cipher_preferences, &cipher_preferences_null); in main()
H A Ds2n_security_policies_test.c599 EXPECT_EQUAL(config->security_policy->cipher_preferences, &cipher_preferences_null); in main()