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 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/testing/selftests/net/ |
| H A D | tls.c | 266 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 D | tls.h | 52 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
|
| /linux/include/uapi/linux/ |
| H A D | tls.h | 55 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_ktls.c | 33 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 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/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_main.c | 473 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 D | tls_main.c | 613 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 D | tls_device.c | 1092 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 D | test_sockmap.c | 263 .version = TLS_1_2_VERSION, in sockmap_init_ktls() 269 .version = TLS_1_2_VERSION, in sockmap_init_ktls()
|
| /linux/Documentation/networking/ |
| H A D | tls.rst | 53 crypto_info.info.version = TLS_1_2_VERSION;
|