Lines Matching defs:crypto_info
2661 struct tls_crypto_info *crypto_info;
2683 crypto_info = &ctx->crypto_send.info;
2692 crypto_info = &ctx->crypto_recv.info;
2697 cipher_desc = get_cipher_desc(crypto_info->cipher_type);
2705 iv = crypto_info_iv(crypto_info, cipher_desc);
2706 key = crypto_info_key(crypto_info, cipher_desc);
2707 salt = crypto_info_salt(crypto_info, cipher_desc);
2708 rec_seq = crypto_info_rec_seq(crypto_info, cipher_desc);
2710 if (crypto_info->version == TLS_1_3_VERSION) {
2725 prot->version = crypto_info->version;
2726 prot->cipher_type = crypto_info->cipher_type;
2773 crypto_info->version != TLS_1_3_VERSION &&