Lines Matching defs:crypto_info
33 struct tls_crypto_info crypto_info;
262 tls12.crypto_info.version = 200;
263 tls12.crypto_info.cipher_type = TLS_CIPHER_AES_GCM_128;
266 tls12.crypto_info.version = TLS_1_2_VERSION;
267 tls12.crypto_info.cipher_type = 50;
270 tls12.crypto_info.version = TLS_1_2_VERSION;
271 tls12.crypto_info.cipher_type = 59;
274 tls12.crypto_info.version = TLS_1_2_VERSION;
275 tls12.crypto_info.cipher_type = 10;
278 tls12.crypto_info.version = TLS_1_2_VERSION;
279 tls12.crypto_info.cipher_type = 70;
1632 EXPECT_EQ(get.crypto_info.version, variant->tls_version);
1633 EXPECT_EQ(get.crypto_info.cipher_type, variant->cipher_type);
1635 /* get the full crypto_info */
1641 EXPECT_EQ(get.crypto_info.version, variant->tls_version);
1642 EXPECT_EQ(get.crypto_info.cipher_type, variant->cipher_type);