Searched refs:in_sz (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/fsl/ |
| H A D | jobdesc.c | 114 uint8_t *dek_blob, uint32_t in_sz) in inline_cnstr_jobdesc_blob_dek() argument 124 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_dek() 127 HDR_PAR, HAB_MOD, HAB_ALG, in_sz, HAB_FLG}; in inline_cnstr_jobdesc_blob_dek() 140 memcpy((uint32_t *)SEC_MEM_PAGE1, (uint32_t *)plain_txt, in_sz); in inline_cnstr_jobdesc_blob_dek() 153 aad_w1 = (in_sz << OP_ALG_ALGSEL_SHIFT) | KEY_AES_SRC | LD_CCM_MODE; in inline_cnstr_jobdesc_blob_dek() 165 append_cmd_ptr(desc, (dma_addr_t)SEC_MEM_PAGE1, in_sz, CMD_SEQ_IN_PTR); in inline_cnstr_jobdesc_blob_dek() 210 uint32_t in_sz) in inline_cnstr_jobdesc_blob_encap() argument 216 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_encap() 226 append_seq_in_ptr(desc, dma_addr_in, in_sz, 0); in inline_cnstr_jobdesc_blob_encap() 239 uint32_t in_sz = out_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_decap() local [all …]
|
| H A D | jobdesc.h | 28 uint8_t *enc_blob, uint32_t in_sz); 37 uint32_t in_sz);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | vport.c | 322 int in_sz; in mlx5_modify_nic_vport_mac_list() local 334 in_sz = MLX5_ST_SZ_BYTES(modify_nic_vport_context_in) + in mlx5_modify_nic_vport_mac_list() 337 in = kzalloc(in_sz, GFP_KERNEL); in mlx5_modify_nic_vport_mac_list() 361 err = mlx5_cmd_exec(dev, in, in_sz, out, sizeof(out)); in mlx5_modify_nic_vport_mac_list() 374 int in_sz; in mlx5_modify_nic_vport_vlans() local 384 in_sz = MLX5_ST_SZ_BYTES(modify_nic_vport_context_in) + in mlx5_modify_nic_vport_vlans() 388 in = kzalloc(in_sz, GFP_KERNEL); in mlx5_modify_nic_vport_vlans() 412 err = mlx5_cmd_exec(dev, in, in_sz, out, sizeof(out)); in mlx5_modify_nic_vport_vlans() 517 int in_sz = MLX5_ST_SZ_BYTES(query_hca_vport_gid_in); in mlx5_query_hca_vport_gid() local 542 in = kzalloc(in_sz, GFP_KERNEL); in mlx5_query_hca_vport_gid() [all …]
|