Searched refs:TLS_1_2_VERSION (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls.h | 41 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/tools/include/uapi/linux/ |
| H A D | tls.h | 52 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
|
| /linux/tools/testing/selftests/net/ |
| H A D | tls.c | 267 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F() 271 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F() 275 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F() 279 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F() 293 tls_crypto_info_init(TLS_1_2_VERSION, TLS_CIPHER_AES_GCM_128, &tls12, 0); in TEST_F() 318 .tls_version = TLS_1_2_VERSION, 330 .tls_version = TLS_1_2_VERSION, 358 .tls_version = TLS_1_2_VERSION, 370 .tls_version = TLS_1_2_VERSION, 389 .tls_version = TLS_1_2_VERSION, [all …]
|
| H A D | getsockopt_iter.c | 605 .info.version = TLS_1_2_VERSION, in TEST_F() 618 ASSERT_EQ(TLS_1_2_VERSION, base.version); in TEST_F()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_ktls.c | 32 crypto_rx.info.version = TLS_1_2_VERSION; in init_ktls_pairs() 33 crypto_tx.info.version = TLS_1_2_VERSION; in init_ktls_pairs() 123 .version = TLS_1_2_VERSION, in fmt_test_name()
|
| H A D | setget_sockopt.c | 120 aes128.info.version = TLS_1_2_VERSION; in test_ktls()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_ktls.c | 38 if (crypto_info->version == TLS_1_2_VERSION) in fun_ktls_add()
|
| /linux/net/tls/ |
| H A D | tls_main.c | 601 if (crypto_info->version != TLS_1_2_VERSION && in validate_crypto_info() 608 if (crypto_info->version != TLS_1_2_VERSION) in validate_crypto_info()
|
| H A D | tls_device.c | 1095 if (crypto_info->version != TLS_1_2_VERSION) { in tls_set_device_offload() 1202 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION) in tls_set_device_offload_rx()
|