Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.h41 if (crypto_info->version == TLS_1_2_VERSION) in mlx5e_ktls_type_check()
45 if (crypto_info->version == TLS_1_2_VERSION) in mlx5e_ktls_type_check()
/linux-6.12.1/tools/include/uapi/linux/
Dtls.h52 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux-6.12.1/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-6.12.1/include/uapi/linux/
Dtls.h54 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux-6.12.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_ktls.c38 if (crypto_info->version == TLS_1_2_VERSION) in fun_ktls_add()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dsetget_sockopt.c120 aes128.info.version = TLS_1_2_VERSION; in test_ktls()
/linux-6.12.1/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.12.1/net/tls/
Dtls_main.c590 if (crypto_info->version != TLS_1_2_VERSION && in validate_crypto_info()
597 if (crypto_info->version != TLS_1_2_VERSION) in validate_crypto_info()
Dtls_device.c1087 if (crypto_info->version != TLS_1_2_VERSION) { in tls_set_device_offload()
1194 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION) in tls_set_device_offload_rx()
/linux-6.12.1/Documentation/networking/
Dtls.rst51 crypto_info.info.version = TLS_1_2_VERSION;
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_sockmap.c257 .version = TLS_1_2_VERSION, in sockmap_init_ktls()
263 .version = TLS_1_2_VERSION, in sockmap_init_ktls()