Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.h40 if (crypto_info->version == TLS_1_2_VERSION) in mlx5e_ktls_type_check()
44 if (crypto_info->version == TLS_1_2_VERSION) in mlx5e_ktls_type_check()
/Linux-v6.6/tools/include/uapi/linux/
Dtls.h52 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/Linux-v6.6/tools/testing/selftests/net/
Dtls.c252 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F()
256 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F()
260 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F()
264 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F()
284 .tls_version = TLS_1_2_VERSION,
296 .tls_version = TLS_1_2_VERSION,
324 .tls_version = TLS_1_2_VERSION,
336 .tls_version = TLS_1_2_VERSION,
355 .tls_version = TLS_1_2_VERSION,
361 .tls_version = TLS_1_2_VERSION,
[all …]
/Linux-v6.6/include/uapi/linux/
Dtls.h54 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dsetget_sockopt.c120 aes128.info.version = TLS_1_2_VERSION; in test_ktls()
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_ktls.c38 if (crypto_info->version == TLS_1_2_VERSION) in fun_ktls_add()
/Linux-v6.6/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-v6.6/net/tls/
Dtls_main.c620 if (crypto_info->version != TLS_1_2_VERSION && in do_tls_setsockopt_conf()
644 if (crypto_info->version != TLS_1_2_VERSION) { in do_tls_setsockopt_conf()
Dtls_device.c1077 if (crypto_info->version != TLS_1_2_VERSION) { in tls_set_device_offload()
1217 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION) in tls_set_device_offload_rx()
/Linux-v6.6/Documentation/networking/
Dtls.rst51 crypto_info.info.version = TLS_1_2_VERSION;
/Linux-v6.6/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()