Searched refs:new_crypto_info (Results 1 – 2 of 2) sorted by relevance
2802 struct tls_crypto_info *new_crypto_info) in tls_set_sw_offload() argument2820 if (!new_crypto_info) { in tls_set_sw_offload()2844 src_crypto_info = new_crypto_info ?: crypto_info; in tls_set_sw_offload()2878 if (new_crypto_info) in tls_set_sw_offload()2884 if (!new_crypto_info) { in tls_set_sw_offload()2890 if (!tx && !new_crypto_info) { in tls_set_sw_offload()2907 if (new_crypto_info) { in tls_set_sw_offload()2908 unsafe_memcpy(crypto_info, new_crypto_info, in tls_set_sw_offload()2911 memzero_explicit(new_crypto_info, cipher_desc->crypto_info); in tls_set_sw_offload()2922 if (!new_crypto_info) { in tls_set_sw_offload()
151 struct tls_crypto_info *new_crypto_info);