Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.h37 if (crypto_info->version == TLS_1_2_VERSION) in mlx5e_ktls_type_check()
41 if (crypto_info->version == TLS_1_2_VERSION) in mlx5e_ktls_type_check()
/linux-6.1.9/tools/include/uapi/linux/
Dtls.h52 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux-6.1.9/include/uapi/linux/
Dtls.h54 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux-6.1.9/tools/testing/selftests/net/
Dtls.c243 .tls_version = TLS_1_2_VERSION,
255 .tls_version = TLS_1_2_VERSION,
279 .tls_version = TLS_1_2_VERSION,
291 .tls_version = TLS_1_2_VERSION,
1468 .tls_version = TLS_1_2_VERSION,
1649 tls12.info.version = TLS_1_2_VERSION; in TEST()
1698 tls12.info.version = TLS_1_2_VERSION; in TEST()
1774 tls_crypto_info_init(TLS_1_2_VERSION, TLS_CIPHER_AES_GCM_128, &tls12); in TEST()
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_ktls.c38 if (crypto_info->version == TLS_1_2_VERSION) in fun_ktls_add()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_main.c472 crypto_info.version = TLS_1_2_VERSION; in do_chtls_getsockopt()
513 if (tmp_crypto_info.version != TLS_1_2_VERSION) { in do_chtls_setsockopt()
/linux-6.1.9/net/tls/
Dtls_main.c701 if (crypto_info->version != TLS_1_2_VERSION && in do_tls_setsockopt_conf()
737 if (crypto_info->version != TLS_1_2_VERSION) { in do_tls_setsockopt_conf()
744 if (crypto_info->version != TLS_1_2_VERSION) { in do_tls_setsockopt_conf()
Dtls_device.c1104 if (crypto_info->version != TLS_1_2_VERSION) { in tls_set_device_offload()
1258 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION) in tls_set_device_offload_rx()
/linux-6.1.9/Documentation/networking/
Dtls.rst51 crypto_info.info.version = TLS_1_2_VERSION;
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_sockmap.c256 .version = TLS_1_2_VERSION, in sockmap_init_ktls()
262 .version = TLS_1_2_VERSION, in sockmap_init_ktls()