Searched refs:new_crypto_info (Results 1 – 2 of 2) sorted by relevance
2526 struct tls_crypto_info *new_crypto_info) in tls_set_sw_offload() argument2544 if (!new_crypto_info) { in tls_set_sw_offload()2568 src_crypto_info = new_crypto_info ?: crypto_info; in tls_set_sw_offload()2602 if (new_crypto_info) in tls_set_sw_offload()2608 if (!new_crypto_info) { in tls_set_sw_offload()2614 if (!tx && !new_crypto_info) { in tls_set_sw_offload()2631 if (new_crypto_info) { in tls_set_sw_offload()2632 unsafe_memcpy(crypto_info, new_crypto_info, in tls_set_sw_offload()2635 memzero_explicit(new_crypto_info, cipher_desc->crypto_info); in tls_set_sw_offload()2646 if (!new_crypto_info) { in tls_set_sw_offload()
151 struct tls_crypto_info *new_crypto_info);