Lines Matching defs:crypto_info
33 struct tls_crypto_info crypto_info;
248 tls12.crypto_info.version = 200;
249 tls12.crypto_info.cipher_type = TLS_CIPHER_AES_GCM_128;
252 tls12.crypto_info.version = TLS_1_2_VERSION;
253 tls12.crypto_info.cipher_type = 50;
256 tls12.crypto_info.version = TLS_1_2_VERSION;
257 tls12.crypto_info.cipher_type = 59;
260 tls12.crypto_info.version = TLS_1_2_VERSION;
261 tls12.crypto_info.cipher_type = 10;
264 tls12.crypto_info.version = TLS_1_2_VERSION;
265 tls12.crypto_info.cipher_type = 70;
1535 EXPECT_EQ(get.crypto_info.version, variant->tls_version);
1536 EXPECT_EQ(get.crypto_info.cipher_type, variant->cipher_type);
1538 /* get the full crypto_info */
1544 EXPECT_EQ(get.crypto_info.version, variant->tls_version);
1545 EXPECT_EQ(get.crypto_info.cipher_type, variant->cipher_type);