Home
last modified time | relevance | path

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

/linux-6.15/net/tls/
H A Dtls_sw.c2733 struct tls_crypto_info *crypto_info, *src_crypto_info; in tls_set_sw_offload() local
2773 src_crypto_info = new_crypto_info ?: crypto_info; in tls_set_sw_offload()
2775 cipher_desc = get_cipher_desc(src_crypto_info->cipher_type); in tls_set_sw_offload()
2781 rc = init_prot_info(prot, src_crypto_info, cipher_desc); in tls_set_sw_offload()
2785 iv = crypto_info_iv(src_crypto_info, cipher_desc); in tls_set_sw_offload()
2786 key = crypto_info_key(src_crypto_info, cipher_desc); in tls_set_sw_offload()
2787 salt = crypto_info_salt(src_crypto_info, cipher_desc); in tls_set_sw_offload()
2788 rec_seq = crypto_info_rec_seq(src_crypto_info, cipher_desc); in tls_set_sw_offload()
2824 src_crypto_info->version != TLS_1_3_VERSION && in tls_set_sw_offload()