Searched refs:new_crypto_info (Results 1 – 2 of 2) sorted by relevance
2788 struct tls_crypto_info *new_crypto_info) in tls_set_sw_offload() argument2806 if (!new_crypto_info) { in tls_set_sw_offload()2830 src_crypto_info = new_crypto_info ?: crypto_info; in tls_set_sw_offload()2864 if (new_crypto_info) in tls_set_sw_offload()2870 if (!new_crypto_info) { in tls_set_sw_offload()2876 if (!tx && !new_crypto_info) { in tls_set_sw_offload()2893 if (new_crypto_info) { in tls_set_sw_offload()2894 unsafe_memcpy(crypto_info, new_crypto_info, in tls_set_sw_offload()2897 memzero_explicit(new_crypto_info, cipher_desc->crypto_info); in tls_set_sw_offload()2908 if (!new_crypto_info) { in tls_set_sw_offload()
151 struct tls_crypto_info *new_crypto_info);