Home
last modified time | relevance | path

Searched refs:tls12_crypto_info_aes_gcm_256 (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c28 struct tls12_crypto_info_aes_gcm_256 *info = in mlx5_ktls_create_key()
29 (struct tls12_crypto_info_aes_gcm_256 *)crypto_info; in mlx5_ktls_create_key()
H A Dktls_utils.h33 struct tls12_crypto_info_aes_gcm_256 crypto_info_256;
H A Dktls_txrx.c44 struct tls12_crypto_info_aes_gcm_256 *info = in fill_static_params()
H A Dktls_rx.c386 struct tls12_crypto_info_aes_gcm_256 *info = in resync_handle_seq_match()
629 *(struct tls12_crypto_info_aes_gcm_256 *)crypto_info; in mlx5e_ktls_add_rx()
H A Dktls_tx.c479 *(struct tls12_crypto_info_aes_gcm_256 *)crypto_info; in mlx5e_ktls_add_tx()
695 struct tls12_crypto_info_aes_gcm_256 *info = &priv_tx->crypto_info.crypto_info_256; in tx_post_resync_params()
/linux/include/uapi/linux/
H A Dtls.h133 struct tls12_crypto_info_aes_gcm_256 { struct
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c283 struct tls12_crypto_info_aes_gcm_256 *gcm_ctx_256 = in chtls_key_info()
284 (struct tls12_crypto_info_aes_gcm_256 *) in chtls_key_info()
H A Dchtls.h274 struct tls12_crypto_info_aes_gcm_256 aes_gcm_256;
H A Dchtls_main.c548 sizeof(struct tls12_crypto_info_aes_gcm_256) in do_chtls_setsockopt()
/linux/include/net/
H A Dtls.h198 struct tls12_crypto_info_aes_gcm_256 aes_gcm_256;
/linux/tools/testing/selftests/net/
H A Dtls.c39 struct tls12_crypto_info_aes_gcm_256 aesgcm256;
78 tls12->len = sizeof(struct tls12_crypto_info_aes_gcm_256); in tls_crypto_info_init()
1969 struct tls12_crypto_info_aes_gcm_256 tls12; in TEST()
2021 struct tls12_crypto_info_aes_gcm_256 tls12; in TEST()
2046 struct tls12_crypto_info_aes_gcm_256 tls12; in TEST()
/linux/net/tls/
H A Dtls_main.c104 CIPHER_DESC(TLS_CIPHER_AES_GCM_256, tls12_crypto_info_aes_gcm_256, "gcm(aes)", true),
114 CHECK_CIPHER_DESC(TLS_CIPHER_AES_GCM_256, tls12_crypto_info_aes_gcm_256);