Home
last modified time | relevance | path

Searched refs:tmp_crypto_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/ !
Dchtls_main.c493 struct tls_crypto_info *crypto_info, tmp_crypto_info; in do_chtls_setsockopt() local
506 rc = copy_from_sockptr(&tmp_crypto_info, optval, sizeof(*crypto_info)); in do_chtls_setsockopt()
513 if (tmp_crypto_info.version != TLS_1_2_VERSION) { in do_chtls_setsockopt()
523 switch (tmp_crypto_info.cipher_type) { in do_chtls_setsockopt()
526 crypto_info[0] = tmp_crypto_info; in do_chtls_setsockopt()
544 crypto_info[0] = tmp_crypto_info; in do_chtls_setsockopt()