Home
last modified time | relevance | path

Searched refs:TLS_1_2_VERSION (Results 1 – 12 of 12) 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/testing/selftests/net/
H A Dtls.c266 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F()
270 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F()
274 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F()
278 tls12.crypto_info.version = TLS_1_2_VERSION; in TEST_F()
292 tls_crypto_info_init(TLS_1_2_VERSION, TLS_CIPHER_AES_GCM_128, &tls12, 0); in TEST_F()
317 .tls_version = TLS_1_2_VERSION,
329 .tls_version = TLS_1_2_VERSION,
357 .tls_version = TLS_1_2_VERSION,
369 .tls_version = TLS_1_2_VERSION,
388 .tls_version = TLS_1_2_VERSION,
[all …]
/linux/tools/include/uapi/linux/
H A Dtls.h52 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux/include/uapi/linux/
H A Dtls.h55 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c33 crypto_rx.info.version = TLS_1_2_VERSION; in init_ktls_pairs()
34 crypto_tx.info.version = TLS_1_2_VERSION; in init_ktls_pairs()
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/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c473 crypto_info.version = TLS_1_2_VERSION; in do_chtls_getsockopt()
514 if (tmp_crypto_info.version != TLS_1_2_VERSION) { in do_chtls_setsockopt()
/linux/net/tls/
H A Dtls_main.c613 if (crypto_info->version != TLS_1_2_VERSION && in validate_crypto_info()
620 if (crypto_info->version != TLS_1_2_VERSION) in validate_crypto_info()
H A Dtls_device.c1092 if (crypto_info->version != TLS_1_2_VERSION) { in tls_set_device_offload()
1199 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION) in tls_set_device_offload_rx()
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c263 .version = TLS_1_2_VERSION, in sockmap_init_ktls()
269 .version = TLS_1_2_VERSION, in sockmap_init_ktls()
/linux/Documentation/networking/
H A Dtls.rst53 crypto_info.info.version = TLS_1_2_VERSION;