Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dtls.h70 struct tls12_crypto_info_aes_gcm_128 { struct
/Linux-v4.19/net/tls/
Dtls_main.c358 struct tls12_crypto_info_aes_gcm_128 *
361 struct tls12_crypto_info_aes_gcm_128,
454 if (optlen != sizeof(struct tls12_crypto_info_aes_gcm_128)) {
Dtls_sw.c1148 struct tls12_crypto_info_aes_gcm_128 *gcm_128_info; in tls_set_sw_offload()
1206 iv = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->iv; in tls_set_sw_offload()
1209 ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->rec_seq; in tls_set_sw_offload()
1211 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in tls_set_sw_offload()
Dtls_device.c695 iv = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->iv; in tls_set_device_offload()
698 ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->rec_seq; in tls_set_device_offload()
Dtls_device_fallback.c434 key = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->key; in tls_sw_fallback_init()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_hw.c217 struct tls12_crypto_info_aes_gcm_128 *gcm_ctx; in chtls_key_info()
223 gcm_ctx = (struct tls12_crypto_info_aes_gcm_128 *) in chtls_key_info()
Dchtls.h179 struct tls12_crypto_info_aes_gcm_128 crypto_info;
Dchtls_main.c502 sizeof(struct tls12_crypto_info_aes_gcm_128) in do_chtls_setsockopt()
/Linux-v4.19/Documentation/networking/
Dtls.txt30 struct tls12_crypto_info_aes_gcm_128 {
39 struct tls12_crypto_info_aes_gcm_128 crypto_info;
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dtls.c519 struct tls12_crypto_info_aes_gcm_128 *crypto_info = in mlx5_fpga_tls_set_aes_gcm128_ctx()
520 (struct tls12_crypto_info_aes_gcm_128 *)info; in mlx5_fpga_tls_set_aes_gcm128_ctx()
/Linux-v4.19/include/net/
Dtls.h176 struct tls12_crypto_info_aes_gcm_128 aes_gcm_128;
/Linux-v4.19/tools/testing/selftests/net/
Dtls.c36 struct tls12_crypto_info_aes_gcm_128 tls12; in FIXTURE_SETUP()