Lines Matching defs:crypto_info
2312 struct tls_crypto_info *crypto_info;
2361 crypto_info = &ctx->crypto_send.info;
2370 crypto_info = &ctx->crypto_recv.info;
2376 switch (crypto_info->cipher_type) {
2381 iv = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->iv;
2384 ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->rec_seq;
2386 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info;
2398 iv = ((struct tls12_crypto_info_aes_gcm_256 *)crypto_info)->iv;
2401 ((struct tls12_crypto_info_aes_gcm_256 *)crypto_info)->rec_seq;
2403 (struct tls12_crypto_info_aes_gcm_256 *)crypto_info;
2415 iv = ((struct tls12_crypto_info_aes_ccm_128 *)crypto_info)->iv;
2418 ((struct tls12_crypto_info_aes_ccm_128 *)crypto_info)->rec_seq;
2420 (struct tls12_crypto_info_aes_ccm_128 *)crypto_info;
2440 if (crypto_info->version == TLS_1_3_VERSION) {
2449 prot->version = crypto_info->version;
2450 prot->cipher_type = crypto_info->cipher_type;
2495 if (crypto_info->version == TLS_1_3_VERSION)