Searched refs:cipher_preferences_null (Results 1 – 5 of 5) sorted by relevance
125 extern const struct s2n_cipher_preferences cipher_preferences_null;
447 const struct s2n_cipher_preferences cipher_preferences_null = { variable
728 .cipher_preferences = &cipher_preferences_null,
214 EXPECT_EQUAL(cipher_preferences, &cipher_preferences_null); in main()
599 EXPECT_EQUAL(config->security_policy->cipher_preferences, &cipher_preferences_null); in main()