/drivers/crypto/rockchip/ |
D | rk3288_crypto.c | 259 static int rk_crypto_register(struct rk_crypto_info *crypto_info) in rk_crypto_register() argument 265 rk_cipher_algs[i]->dev = crypto_info; in rk_crypto_register() 301 struct rk_crypto_info *crypto_info = data; in rk_crypto_action() local 303 reset_control_assert(crypto_info->rst); in rk_crypto_action() 315 struct rk_crypto_info *crypto_info; in rk_crypto_probe() local 318 crypto_info = devm_kzalloc(&pdev->dev, in rk_crypto_probe() 319 sizeof(*crypto_info), GFP_KERNEL); in rk_crypto_probe() 320 if (!crypto_info) { in rk_crypto_probe() 325 crypto_info->rst = devm_reset_control_get(dev, "crypto-rst"); in rk_crypto_probe() 326 if (IS_ERR(crypto_info->rst)) { in rk_crypto_probe() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/accel/ |
D | tls.h | 42 struct tls_crypto_info *crypto_info, 58 struct tls_crypto_info *crypto_info) in mlx5e_ktls_type_check() argument 60 switch (crypto_info->cipher_type) { in mlx5e_ktls_type_check() 62 if (crypto_info->version == TLS_1_2_VERSION) in mlx5e_ktls_type_check() 72 struct tls_crypto_info *crypto_info, in mlx5_ktls_create_key() argument 81 struct tls_crypto_info *crypto_info) { return false; } in mlx5e_ktls_type_check() argument 107 struct tls_crypto_info *crypto_info, 123 struct tls_crypto_info *crypto_info, in mlx5_accel_tls_add_flow() argument
|
D | tls.c | 44 struct tls_crypto_info *crypto_info, in mlx5_accel_tls_add_flow() argument 48 return mlx5_fpga_tls_add_flow(mdev, flow, crypto_info, in mlx5_accel_tls_add_flow() 89 struct tls_crypto_info *crypto_info, in mlx5_ktls_create_key() argument 95 switch (crypto_info->cipher_type) { in mlx5_ktls_create_key() 98 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in mlx5_ktls_create_key() 106 (struct tls12_crypto_info_aes_gcm_256 *)crypto_info; in mlx5_ktls_create_key()
|
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls.c | 21 struct tls_crypto_info *crypto_info, in mlx5e_ktls_add() argument 33 if (WARN_ON(!mlx5e_ktls_type_check(mdev, crypto_info))) in mlx5e_ktls_add() 41 tx_priv->crypto_info = *(struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in mlx5e_ktls_add() 49 err = mlx5_ktls_create_key(mdev, crypto_info, &tx_priv->key_id); in mlx5e_ktls_add()
|
D | tls.c | 104 struct tls_crypto_info *crypto_info, in mlx5e_tls_add() argument 123 ret = mlx5_accel_tls_add_flow(mdev, flow, crypto_info, in mlx5e_tls_add()
|
D | ktls.h | 47 struct tls12_crypto_info_aes_gcm_128 crypto_info; member
|
D | ktls_tx.c | 27 struct tls12_crypto_info_aes_gcm_128 *info = &priv_tx->crypto_info; in fill_static_params_ctx() 254 struct tls12_crypto_info_aes_gcm_128 *info = &priv_tx->crypto_info; in tx_post_resync_params()
|
/drivers/crypto/chelsio/chtls/ |
D | chtls_main.c | 463 struct tls_crypto_info crypto_info = { 0 }; in do_chtls_getsockopt() local 465 crypto_info.version = TLS_1_2_VERSION; in do_chtls_getsockopt() 466 if (copy_to_user(optval, &crypto_info, sizeof(struct tls_crypto_info))) in do_chtls_getsockopt() 486 struct tls_crypto_info *crypto_info, tmp_crypto_info; in do_chtls_setsockopt() local 493 if (!optval || optlen < sizeof(*crypto_info)) { in do_chtls_setsockopt() 498 rc = copy_from_user(&tmp_crypto_info, optval, sizeof(*crypto_info)); in do_chtls_setsockopt() 510 crypto_info = (struct tls_crypto_info *)&csk->tlshws.crypto_info; in do_chtls_setsockopt() 515 crypto_info[0] = tmp_crypto_info; in do_chtls_setsockopt() 517 rc = copy_from_user((char *)crypto_info + sizeof(*crypto_info), in do_chtls_setsockopt() 518 optval + sizeof(*crypto_info), in do_chtls_setsockopt() [all …]
|
D | chtls.h | 181 struct tls12_crypto_info_aes_gcm_128 crypto_info; member
|
D | chtls_hw.c | 221 &csk->tlshws.crypto_info; in chtls_key_info()
|
/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | tls.c | 514 struct tls12_crypto_info_aes_gcm_128 *crypto_info = in mlx5_fpga_tls_set_aes_gcm128_ctx() local 517 memcpy(MLX5_ADDR_OF(tls_cmd, cmd, tls_rcd_sn), crypto_info->rec_seq, in mlx5_fpga_tls_set_aes_gcm128_ctx() 521 crypto_info->salt, TLS_CIPHER_AES_GCM_128_SALT_SIZE); in mlx5_fpga_tls_set_aes_gcm128_ctx() 523 crypto_info->key, TLS_CIPHER_AES_GCM_128_KEY_SIZE); in mlx5_fpga_tls_set_aes_gcm128_ctx() 528 crypto_info->key, TLS_CIPHER_AES_GCM_128_KEY_SIZE); in mlx5_fpga_tls_set_aes_gcm128_ctx() 534 struct tls_crypto_info *crypto_info) in mlx5_fpga_tls_set_key_material() argument 538 switch (crypto_info->cipher_type) { in mlx5_fpga_tls_set_key_material() 542 mlx5_fpga_tls_set_aes_gcm128_ctx(cmd, crypto_info, &rcd_sn); in mlx5_fpga_tls_set_key_material() 552 struct tls_crypto_info *crypto_info, in _mlx5_fpga_tls_add_flow() argument 567 ret = mlx5_fpga_tls_set_key_material(cmd, caps, crypto_info); in _mlx5_fpga_tls_add_flow() [all …]
|
D | tls.h | 55 struct tls_crypto_info *crypto_info,
|
/drivers/net/ethernet/netronome/nfp/crypto/ |
D | tls.c | 265 struct tls_crypto_info *crypto_info, in nfp_net_tls_add() argument 285 if (!nfp_net_cipher_supported(nn, crypto_info->cipher_type, direction)) in nfp_net_tls_add() 336 tls_ci = (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in nfp_net_tls_add()
|