Lines Matching refs:crypto_info
2500 struct tls_crypto_info *crypto_info; in tls_set_sw_offload() local
2545 crypto_info = &ctx->crypto_send.info; in tls_set_sw_offload()
2555 crypto_info = &ctx->crypto_recv.info; in tls_set_sw_offload()
2562 switch (crypto_info->cipher_type) { in tls_set_sw_offload()
2566 gcm_128_info = (void *)crypto_info; in tls_set_sw_offload()
2583 gcm_256_info = (void *)crypto_info; in tls_set_sw_offload()
2600 ccm_128_info = (void *)crypto_info; in tls_set_sw_offload()
2617 chacha20_poly1305_info = (void *)crypto_info; in tls_set_sw_offload()
2634 sm4_gcm_info = (void *)crypto_info; in tls_set_sw_offload()
2651 sm4_ccm_info = (void *)crypto_info; in tls_set_sw_offload()
2668 aria_gcm_128_info = (void *)crypto_info; in tls_set_sw_offload()
2685 gcm_256_info = (void *)crypto_info; in tls_set_sw_offload()
2704 if (crypto_info->version == TLS_1_3_VERSION) { in tls_set_sw_offload()
2721 prot->version = crypto_info->version; in tls_set_sw_offload()
2722 prot->cipher_type = crypto_info->cipher_type; in tls_set_sw_offload()
2769 crypto_info->version != TLS_1_3_VERSION && in tls_set_sw_offload()