Searched refs:new_crypto_info (Results 1 – 2 of 2) sorted by relevance
2789 struct tls_crypto_info *new_crypto_info) in tls_set_sw_offload() argument2807 if (!new_crypto_info) { in tls_set_sw_offload()2831 src_crypto_info = new_crypto_info ?: crypto_info; in tls_set_sw_offload()2865 if (new_crypto_info) in tls_set_sw_offload()2871 if (!new_crypto_info) { in tls_set_sw_offload()2877 if (!tx && !new_crypto_info) { in tls_set_sw_offload()2894 if (new_crypto_info) { in tls_set_sw_offload()2895 unsafe_memcpy(crypto_info, new_crypto_info, in tls_set_sw_offload()2898 memzero_explicit(new_crypto_info, cipher_desc->crypto_info); in tls_set_sw_offload()2909 if (!new_crypto_info) { in tls_set_sw_offload()
151 struct tls_crypto_info *new_crypto_info);