Home
last modified time | relevance | path

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 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/tools/include/uapi/linux/
H A Dtls.h52 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux/tools/testing/selftests/net/
H A Dtls.c267 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 Dgetsockopt_iter.c605 .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 Dsockmap_ktls.c32 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 Dsetget_sockopt.c120 aes128.info.version = TLS_1_2_VERSION; in test_ktls()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c38 if (crypto_info->version == TLS_1_2_VERSION) in fun_ktls_add()
/linux/net/tls/
H A Dtls_main.c601 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 Dtls_device.c1095 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()