Searched refs:new_crypto_info (Results 1 – 2 of 2) sorted by relevance
2731 struct tls_crypto_info *new_crypto_info) in tls_set_sw_offload() argument2749 if (!new_crypto_info) { in tls_set_sw_offload()2773 src_crypto_info = new_crypto_info ?: crypto_info; in tls_set_sw_offload()2807 if (new_crypto_info) in tls_set_sw_offload()2813 if (!new_crypto_info) { in tls_set_sw_offload()2819 if (!tx && !new_crypto_info) { in tls_set_sw_offload()2836 if (new_crypto_info) { in tls_set_sw_offload()2837 unsafe_memcpy(crypto_info, new_crypto_info, in tls_set_sw_offload()2840 memzero_explicit(new_crypto_info, cipher_desc->crypto_info); in tls_set_sw_offload()2851 if (!new_crypto_info) { in tls_set_sw_offload()
149 struct tls_crypto_info *new_crypto_info);