Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A 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-6.3-rc2/tools/include/uapi/linux/
A Dtls.h52 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux-6.3-rc2/include/uapi/linux/
A Dtls.h54 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux-6.3-rc2/tools/testing/selftests/net/
A 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.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dsetget_sockopt.c120 aes128.info.version = TLS_1_2_VERSION; in test_ktls()
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth_ktls.c38 if (crypto_info->version == TLS_1_2_VERSION) in fun_ktls_add()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A 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.3-rc2/net/tls/
A Dtls_main.c688 if (crypto_info->version != TLS_1_2_VERSION && in do_tls_setsockopt_conf()
724 if (crypto_info->version != TLS_1_2_VERSION) { in do_tls_setsockopt_conf()
731 if (crypto_info->version != TLS_1_2_VERSION) { in do_tls_setsockopt_conf()
A Dtls_device.c1106 if (crypto_info->version != TLS_1_2_VERSION) { in tls_set_device_offload()
1260 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION) in tls_set_device_offload_rx()
/linux-6.3-rc2/Documentation/networking/
A Dtls.rst51 crypto_info.info.version = TLS_1_2_VERSION;
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_sockmap.c256 .version = TLS_1_2_VERSION, in sockmap_init_ktls()
262 .version = TLS_1_2_VERSION, in sockmap_init_ktls()

Completed in 20 milliseconds