Home
last modified time | relevance | path

Searched refs:src_crypto_info (Results 1 – 1 of 1) sorted by relevance

/linux/net/tls/
H A Dtls_sw.c2781 struct tls_crypto_info *crypto_info, *src_crypto_info; in tls_set_sw_offload() local
2821 src_crypto_info = new_crypto_info ?: crypto_info; in tls_set_sw_offload()
2823 cipher_desc = get_cipher_desc(src_crypto_info->cipher_type); in tls_set_sw_offload()
2829 rc = init_prot_info(prot, src_crypto_info, cipher_desc); in tls_set_sw_offload()
2833 iv = crypto_info_iv(src_crypto_info, cipher_desc); in tls_set_sw_offload()
2834 key = crypto_info_key(src_crypto_info, cipher_desc); in tls_set_sw_offload()
2835 salt = crypto_info_salt(src_crypto_info, cipher_desc); in tls_set_sw_offload()
2836 rec_seq = crypto_info_rec_seq(src_crypto_info, cipher_desc); in tls_set_sw_offload()
2872 src_crypto_info->version != TLS_1_3_VERSION && in tls_set_sw_offload()