Searched refs:TLS_CIPHER_AES_GCM_128 (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | tls.h | 55 #define TLS_CIPHER_AES_GCM_128 51 macro
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_ktls.c | 34 crypto_rx.info.cipher_type = TLS_CIPHER_AES_GCM_128; in init_ktls_pairs() 35 crypto_tx.info.cipher_type = TLS_CIPHER_AES_GCM_128; in init_ktls_pairs() 124 .cipher_type = TLS_CIPHER_AES_GCM_128, in fmt_test_name()
|
| H A D | setget_sockopt.c | 121 aes128.info.cipher_type = TLS_CIPHER_AES_GCM_128; in test_ktls()
|
| /linux/tools/testing/selftests/net/ |
| H A D | getsockopt_iter.c | 606 .info.cipher_type = TLS_CIPHER_AES_GCM_128, in TEST_F() 619 ASSERT_EQ(TLS_CIPHER_AES_GCM_128, base.cipher_type); in TEST_F() 624 ASSERT_EQ(TLS_CIPHER_AES_GCM_128, full.info.cipher_type); in TEST_F()
|
| H A D | tls.c | 60 case TLS_CIPHER_AES_GCM_128: in tls_crypto_info_init() 264 tls12.crypto_info.cipher_type = TLS_CIPHER_AES_GCM_128; in TEST_F() 293 tls_crypto_info_init(TLS_1_2_VERSION, TLS_CIPHER_AES_GCM_128, &tls12, 0); in TEST_F() 319 .cipher_type = TLS_CIPHER_AES_GCM_128, 325 .cipher_type = TLS_CIPHER_AES_GCM_128, 383 .cipher_type = TLS_CIPHER_AES_GCM_128, 1869 tls_crypto_info_init(TLS_1_3_VERSION, TLS_CIPHER_AES_GCM_128, in TEST_F() 1932 tls_crypto_info_init(TLS_1_3_VERSION, TLS_CIPHER_AES_GCM_128, in TEST_F() 1934 tls_crypto_info_init(TLS_1_3_VERSION, TLS_CIPHER_AES_GCM_128, in TEST_F() 1963 tls_crypto_info_init(TLS_1_3_VERSION, TLS_CIPHER_AES_GCM_128, in TEST_F() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls.h | 40 case TLS_CIPHER_AES_GCM_128: in mlx5e_ktls_type_check()
|
| H A D | ktls_txrx.c | 36 case TLS_CIPHER_AES_GCM_128: { in fill_static_params()
|
| H A D | ktls.c | 19 case TLS_CIPHER_AES_GCM_128: { in mlx5_ktls_create_key()
|
| H A D | ktls_tx.c | 473 case TLS_CIPHER_AES_GCM_128: in mlx5e_ktls_add_tx() 687 case TLS_CIPHER_AES_GCM_128: { in tx_post_resync_params()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_ktls.c | 44 case TLS_CIPHER_AES_GCM_128: { in fun_ktls_add()
|
| /linux/net/tls/ |
| H A D | tls.h | 70 #define TLS_CIPHER_MIN TLS_CIPHER_AES_GCM_128
|
| H A D | tls_main.c | 101 CIPHER_DESC(TLS_CIPHER_AES_GCM_128, tls12_crypto_info_aes_gcm_128, "gcm(aes)", true), 111 CHECK_CIPHER_DESC(TLS_CIPHER_AES_GCM_128, tls12_crypto_info_aes_gcm_128);
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| H A D | chcr_ktls.c | 83 case TLS_CIPHER_AES_GCM_128: in chcr_ktls_save_keys()
|