Searched refs:tls12_crypto_info_aes_gcm_128 (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/include/uapi/linux/
H A Dtls.h70 struct tls12_crypto_info_aes_gcm_128 { struct
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c20 struct tls12_crypto_info_aes_gcm_128 *info =
21 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info;
H A Dktls_utils.h32 struct tls12_crypto_info_aes_gcm_128 crypto_info_128;
H A Dktls_txrx.c37 struct tls12_crypto_info_aes_gcm_128 *info =
H A Dktls_tx.c475 *(struct tls12_crypto_info_aes_gcm_128 *)crypto_info;
688 struct tls12_crypto_info_aes_gcm_128 *info = &priv_tx->crypto_info.crypto_info_128;
H A Dktls_rx.c378 struct tls12_crypto_info_aes_gcm_128 *info =
625 *(struct tls12_crypto_info_aes_gcm_128 *)crypto_info;
/linux-master/include/uapi/linux/
H A Dtls.h125 struct tls12_crypto_info_aes_gcm_128 { struct
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c45 struct tls12_crypto_info_aes_gcm_128 *c = (void *)crypto_info;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsetget_sockopt.c89 struct tls12_crypto_info_aes_gcm_128 aes128;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c270 struct tls12_crypto_info_aes_gcm_128 *gcm_ctx_128 =
271 (struct tls12_crypto_info_aes_gcm_128 *)
H A Dchtls_main.c531 sizeof(struct tls12_crypto_info_aes_gcm_128)
H A Dchtls.h273 struct tls12_crypto_info_aes_gcm_128 aes_gcm_128;
/linux-master/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c269 struct tls12_crypto_info_aes_gcm_128 *tls_ci;
337 tls_ci = (struct tls12_crypto_info_aes_gcm_128 *)crypto_info;
/linux-master/include/net/
H A Dtls.h197 struct tls12_crypto_info_aes_gcm_128 aes_gcm_128;
/linux-master/tools/testing/selftests/net/
H A Dtls.c34 struct tls12_crypto_info_aes_gcm_128 aes128;
58 tls12->len = sizeof(struct tls12_crypto_info_aes_gcm_128);
250 EXPECT_EQ(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1);
254 EXPECT_EQ(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1);
258 EXPECT_EQ(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1);
262 EXPECT_EQ(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1);
266 EXPECT_EQ(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1);
/linux-master/net/tls/
H A Dtls_main.c103 CIPHER_DESC(TLS_CIPHER_AES_GCM_128, tls12_crypto_info_aes_gcm_128, "gcm(aes)", true),
113 CHECK_CIPHER_DESC(TLS_CIPHER_AES_GCM_128, tls12_crypto_info_aes_gcm_128);
H A Dtls_device.c1195 struct tls12_crypto_info_aes_gcm_128 *info;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c254 struct tls12_crypto_info_aes_gcm_128 tls_tx = {
260 struct tls12_crypto_info_aes_gcm_128 tls_rx = {
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c76 struct tls12_crypto_info_aes_gcm_128 *info_128_gcm;
84 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info;

Completed in 171 milliseconds