| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | tables_lpphy.c | 1070 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 152, }, 1071 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 147, }, 1072 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 143, }, 1073 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 139, }, 1074 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 135, }, 1075 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 131, }, 1076 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 128, }, 1077 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 124, }, 1078 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 121, }, 1079 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 117, }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
| H A D | pad.c | 27 nvkm_i2c_pad_mode_locked(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode_locked() argument 29 PAD_TRACE(pad, "-> %s", (mode == NVKM_I2C_PAD_AUX) ? "aux" : in nvkm_i2c_pad_mode_locked() 31 if (pad->func->mode) in nvkm_i2c_pad_mode_locked() 32 pad->func->mode(pad, mode); in nvkm_i2c_pad_mode_locked() 36 nvkm_i2c_pad_mode(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode() argument 38 PAD_TRACE(pad, "mode %d", mode); in nvkm_i2c_pad_mode() 39 mutex_lock(&pad->mutex); in nvkm_i2c_pad_mode() 40 nvkm_i2c_pad_mode_locked(pad, mode); in nvkm_i2c_pad_mode() 41 pad->mode = mode; in nvkm_i2c_pad_mode() 42 mutex_unlock(&pad->mutex); in nvkm_i2c_pad_mode() [all …]
|
| H A D | anx9805.c | 38 struct anx9805_pad *pad; member 46 struct anx9805_pad *pad = bus->pad; in anx9805_bus_xfer() local 47 struct i2c_adapter *adap = &pad->bus->i2c; in anx9805_bus_xfer() 53 tmp = nvkm_rdi2cr(adap, pad->addr, 0x07) & ~0x10; in anx9805_bus_xfer() 54 nvkm_wri2cr(adap, pad->addr, 0x07, tmp | 0x10); in anx9805_bus_xfer() 55 nvkm_wri2cr(adap, pad->addr, 0x07, tmp); in anx9805_bus_xfer() 106 struct anx9805_pad *pad = anx9805_pad(base); in anx9805_bus_new() local 113 bus->pad = pad; in anx9805_bus_new() 115 ret = nvkm_i2c_bus_ctor(&anx9805_bus_func, &pad->base, id, &bus->base); in anx9805_bus_new() 119 switch (pad->addr) { in anx9805_bus_new() [all …]
|
| H A D | base.c | 38 struct nvkm_i2c_pad *pad; in nvkm_i2c_pad_find() local 40 list_for_each_entry(pad, &i2c->pad, head) { in nvkm_i2c_pad_find() 41 if (pad->id == id) in nvkm_i2c_pad_find() 42 return pad; in nvkm_i2c_pad_find() 162 struct nvkm_i2c_pad *pad; in nvkm_i2c_fini() local 180 list_for_each_entry(pad, &i2c->pad, head) { in nvkm_i2c_fini() 181 nvkm_i2c_pad_fini(pad); in nvkm_i2c_fini() 192 struct nvkm_i2c_pad *pad; in nvkm_i2c_preinit() local 198 list_for_each_entry(pad, &i2c->pad, head) in nvkm_i2c_preinit() 199 nvkm_i2c_pad_init(pad); in nvkm_i2c_preinit() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/ |
| H A D | pinctrl-spmi-gpio.c | 216 struct pmic_gpio_pad *pad, unsigned int addr) in pmic_gpio_read() argument 221 ret = regmap_read(state->map, pad->base + addr, &val); in pmic_gpio_read() 231 struct pmic_gpio_pad *pad, unsigned int addr, in pmic_gpio_write() argument 236 ret = regmap_write(state->map, pad->base + addr, val); in pmic_gpio_write() 296 struct pmic_gpio_pad *pad; in pmic_gpio_set_mux() local 305 pad = pctldev->desc->pins[pin].drv_data; in pmic_gpio_set_mux() 310 if (!pad->lv_mv_type) { in pmic_gpio_set_mux() 321 pad->function = function; in pmic_gpio_set_mux() 323 if (pad->analog_pass) in pmic_gpio_set_mux() 325 else if (pad->output_enabled && pad->input_enabled) in pmic_gpio_set_mux() [all …]
|
| H A D | pinctrl-spmi-mpp.c | 177 struct pmic_mpp_pad *pad, unsigned int addr) in pmic_mpp_read() argument 182 ret = regmap_read(state->map, pad->base + addr, &val); in pmic_mpp_read() 192 struct pmic_mpp_pad *pad, unsigned int addr, in pmic_mpp_write() argument 197 ret = regmap_write(state->map, pad->base + addr, val); in pmic_mpp_write() 255 struct pmic_mpp_pad *pad) in pmic_mpp_write_mode_ctl() argument 262 switch (pad->function) { in pmic_mpp_write_mode_ctl() 264 if (pad->input_enabled && pad->output_enabled) in pmic_mpp_write_mode_ctl() 266 else if (pad->input_enabled) in pmic_mpp_write_mode_ctl() 272 if (pad->input_enabled && pad->output_enabled) in pmic_mpp_write_mode_ctl() 274 else if (pad->input_enabled) in pmic_mpp_write_mode_ctl() [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3.cfg | 30 pad=1 40 pad=1 48 pad=1 56 pad=1 70 pad=1 78 pad=1 86 pad=1 98 pad=1 106 pad=1 120 pad=1 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | psxpad-spi.c | 72 static int psxpad_command(struct psxpad *pad, const u8 sendcmdlen) in psxpad_command() argument 75 .tx_buf = pad->sendbuf, in psxpad_command() 76 .rx_buf = pad->response, in psxpad_command() 81 err = spi_sync_transfer(pad->spi, &xfers, 1); in psxpad_command() 83 dev_err(&pad->spi->dev, in psxpad_command() 93 static void psxpad_control_motor(struct psxpad *pad, in psxpad_control_motor() argument 98 pad->motor1enable = motor1enable; in psxpad_control_motor() 99 pad->motor2enable = motor2enable; in psxpad_control_motor() 101 memcpy(pad->sendbuf, PSX_CMD_ENTER_CFG, sizeof(PSX_CMD_ENTER_CFG)); in psxpad_control_motor() 102 err = psxpad_command(pad, sizeof(PSX_CMD_ENTER_CFG)); in psxpad_control_motor() [all …]
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/ |
| H A D | 0002-HACK-gstpad-Add-1-sec-timeout-for-activation.patch | 6 When using ghost pad, changing the activation mode might cause 26 +wait_activation_locked (GstPad * pad) 30 + if (G_LIKELY (!pad->priv->in_activation)) 37 /* Returns TRUE if pad wasn't already in the new_mode */ 39 pre_activate (GstPad * pad, GstPadMode new_mode) 40 @@ -976,8 +988,13 @@ pre_activate (GstPad * pad, GstPadMode new_mode) 43 GST_OBJECT_LOCK (pad); 45 while (G_UNLIKELY (pad->priv->in_activation)) 46 g_cond_wait (&pad->priv->activation_cond, GST_OBJECT_GET_LOCK (pad)); 48 + if (G_UNLIKELY (pad->priv->in_activation)) [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.20/ |
| H A D | 0002-HACK-gstpad-Add-1-sec-timeout-for-activation.patch | 6 When using ghost pad, changing the activation mode might cause 26 +wait_activation_locked (GstPad * pad) 30 + if (G_LIKELY (!pad->priv->in_activation)) 37 /* Returns TRUE if pad wasn't already in the new_mode */ 39 pre_activate (GstPad * pad, GstPadMode new_mode) 40 @@ -971,8 +983,13 @@ pre_activate (GstPad * pad, GstPadMode new_mode) 43 GST_OBJECT_LOCK (pad); 45 while (G_UNLIKELY (pad->priv->in_activation)) 46 g_cond_wait (&pad->priv->activation_cond, GST_OBJECT_GET_LOCK (pad)); 48 + if (G_UNLIKELY (pad->priv->in_activation)) [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.22/ |
| H A D | 0002-HACK-gstpad-Add-1-sec-timeout-for-activation.patch | 6 When using ghost pad, changing the activation mode might cause 26 +wait_activation_locked (GstPad * pad) 30 + if (G_LIKELY (!pad->priv->in_activation)) 37 /* Returns TRUE if pad wasn't already in the new_mode */ 39 pre_activate (GstPad * pad, GstPadMode new_mode) 40 @@ -976,8 +988,13 @@ pre_activate (GstPad * pad, GstPadMode new_mode) 43 GST_OBJECT_LOCK (pad); 45 while (G_UNLIKELY (pad->priv->in_activation)) 46 g_cond_wait (&pad->priv->activation_cond, GST_OBJECT_GET_LOCK (pad)); 48 + if (G_UNLIKELY (pad->priv->in_activation)) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 33 fh->pad = v4l2_subdev_alloc_pad_config(sd); in subdev_fh_init() 34 if (fh->pad == NULL) in subdev_fh_init() 43 v4l2_subdev_free_pad_config(fh->pad); in subdev_fh_free() 44 fh->pad = NULL; in subdev_fh_free() 137 static inline int check_pad(struct v4l2_subdev *sd, u32 pad) in check_pad() argument 141 if (pad >= sd->entity.num_pads) in check_pad() 147 if (pad > 0) in check_pad() 167 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format() 176 sd->ops->pad->get_fmt(sd, cfg, format); in call_get_fmt() 184 sd->ops->pad->set_fmt(sd, cfg, format); in call_set_fmt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/tegra/ |
| H A D | xusb-tegra124.c | 302 if (lane->pad == padctl->pcie) in tegra124_usb3_save_context() 427 tegra124_usb2_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, in tegra124_usb2_lane_probe() argument 438 usb2->base.soc = &pad->soc->lanes[index]; in tegra124_usb2_lane_probe() 440 usb2->base.pad = pad; in tegra124_usb2_lane_probe() 468 return tegra124_xusb_padctl_enable(lane->pad->padctl); in tegra124_usb2_phy_init() 475 return tegra124_xusb_padctl_disable(lane->pad->padctl); in tegra124_usb2_phy_exit() 482 struct tegra_xusb_usb2_pad *pad = to_usb2_pad(lane->pad); in tegra124_usb2_phy_power_on() local 483 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra124_usb2_phy_power_on() 553 mutex_lock(&pad->lock); in tegra124_usb2_phy_power_on() 555 if (pad->enable++ > 0) in tegra124_usb2_phy_power_on() [all …]
|
| H A D | xusb.c | 27 struct tegra_xusb_pad *pad = dev_get_drvdata(dev); in tegra_xusb_pad_of_xlate() local 34 for (i = 0; i < pad->soc->num_lanes; i++) { in tegra_xusb_pad_of_xlate() 35 if (!pad->lanes[i]) in tegra_xusb_pad_of_xlate() 38 if (pad->lanes[i]->dev.of_node == args->np) { in tegra_xusb_pad_of_xlate() 39 phy = pad->lanes[i]; in tegra_xusb_pad_of_xlate() 95 tegra_xusb_pad_find_phy_node(struct tegra_xusb_pad *pad, unsigned int index) in tegra_xusb_pad_find_phy_node() argument 99 lanes = of_get_child_by_name(pad->dev.of_node, "lanes"); in tegra_xusb_pad_find_phy_node() 103 np = of_get_child_by_name(lanes, pad->soc->lanes[index].name); in tegra_xusb_pad_find_phy_node() 112 struct device *dev = &lane->pad->dev; in tegra_xusb_lane_parse_dt() 137 lane->pad->ops->remove(lane); in tegra_xusb_lane_destroy() [all …]
|
| H A D | xusb-tegra210.c | 831 if (lane->pad == padctl->pcie) in tegra210_usb3_set_lfps_detect() 879 tegra210_usb2_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, in tegra210_usb2_lane_probe() argument 890 usb2->base.soc = &pad->soc->lanes[index]; in tegra210_usb2_lane_probe() 892 usb2->base.pad = pad; in tegra210_usb2_lane_probe() 919 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra210_usb2_phy_init() 936 return tegra210_xusb_padctl_disable(lane->pad->padctl); in tegra210_usb2_phy_exit() 1001 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra210_usb2_phy_set_mode() 1040 struct tegra_xusb_usb2_pad *pad = to_usb2_pad(lane->pad); in tegra210_usb2_phy_power_on() local 1041 struct tegra_xusb_padctl *padctl = lane->pad->padctl; in tegra210_usb2_phy_power_on() 1157 if (pad->enable > 0) { in tegra210_usb2_phy_power_on() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | iomux.c | 30 int mxs_iomux_setup_pad(iomux_cfg_t pad) in mxs_iomux_setup_pad() argument 38 ofs += PAD_BANK(pad) * 0x20 + PAD_PIN(pad) / 16 * 0x10; in mxs_iomux_setup_pad() 39 bp = PAD_PIN(pad) % 16 * 2; in mxs_iomux_setup_pad() 43 reg |= PAD_MUXSEL(pad) << bp; in mxs_iomux_setup_pad() 48 ofs += PAD_BANK(pad) * 0x40 + PAD_PIN(pad) / 8 * 0x10; in mxs_iomux_setup_pad() 50 if (PAD_MA_VALID(pad)) { in mxs_iomux_setup_pad() 51 bp = PAD_PIN(pad) % 8 * 4; in mxs_iomux_setup_pad() 55 reg |= PAD_MA(pad) << bp; in mxs_iomux_setup_pad() 59 if (PAD_VOL_VALID(pad)) { in mxs_iomux_setup_pad() 60 bp = PAD_PIN(pad) % 8 * 4 + 2; in mxs_iomux_setup_pad() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mxs/ |
| H A D | iomux.h | 108 static inline unsigned int PAD_BANK(iomux_cfg_t pad) in PAD_BANK() argument 110 return (pad & MXS_PAD_BANK_MASK) >> MXS_PAD_BANK_SHIFT; in PAD_BANK() 113 static inline unsigned int PAD_PIN(iomux_cfg_t pad) in PAD_PIN() argument 115 return (pad & MXS_PAD_PIN_MASK) >> MXS_PAD_PIN_SHIFT; in PAD_PIN() 118 static inline unsigned int PAD_MUXSEL(iomux_cfg_t pad) in PAD_MUXSEL() argument 120 return (pad & MXS_PAD_MUXSEL_MASK) >> MXS_PAD_MUXSEL_SHIFT; in PAD_MUXSEL() 123 static inline unsigned int PAD_MA(iomux_cfg_t pad) in PAD_MA() argument 125 return (pad & MXS_PAD_MA_MASK) >> MXS_PAD_MA_SHIFT; in PAD_MA() 128 static inline unsigned int PAD_MA_VALID(iomux_cfg_t pad) in PAD_MA_VALID() argument 130 return (pad & MXS_PAD_MA_VALID_MASK) >> MXS_PAD_MA_VALID_SHIFT; in PAD_MA_VALID() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/mediactl/ |
| H A D | v4l2subdev.c | 66 struct v4l2_mbus_framefmt *format, unsigned int pad, in v4l2_subdev_get_format() argument 77 fmt.pad = pad; in v4l2_subdev_get_format() 89 struct v4l2_mbus_framefmt *format, unsigned int pad, in v4l2_subdev_set_format() argument 100 fmt.pad = pad; in v4l2_subdev_set_format() 113 struct v4l2_rect *rect, unsigned int pad, unsigned int target, in v4l2_subdev_get_selection() argument 127 u.sel.pad = pad; in v4l2_subdev_get_selection() 140 u.crop.pad = pad; in v4l2_subdev_get_selection() 152 struct v4l2_rect *rect, unsigned int pad, unsigned int target, in v4l2_subdev_set_selection() argument 166 u.sel.pad = pad; in v4l2_subdev_set_selection() 180 u.crop.pad = pad; in v4l2_subdev_set_selection() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | micrel-ksz90x1.txt | 25 corresponding pad skew register: 48 - rxc-skew-ps : Skew control of RXC pad 49 - rxdv-skew-ps : Skew control of RX CTL pad 50 - txc-skew-ps : Skew control of TXC pad 51 - txen-skew-ps : Skew control of TX CTL pad 52 - rxd0-skew-ps : Skew control of RX data 0 pad 53 - rxd1-skew-ps : Skew control of RX data 1 pad 54 - rxd2-skew-ps : Skew control of RX data 2 pad 55 - rxd3-skew-ps : Skew control of RX data 3 pad 56 - txd0-skew-ps : Skew control of TX data 0 pad [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/ |
| H A D | aes-omac1.c | 15 static void gf_mulx(u8 *pad) in gf_mulx() argument 19 carry = pad[0] & 0x80; in gf_mulx() 21 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); in gf_mulx() 22 pad[AES_BLOCK_SIZE - 1] <<= 1; in gf_mulx() 24 pad[AES_BLOCK_SIZE - 1] ^= 0x87; in gf_mulx() 46 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_vector() local 88 os_memset(pad, 0, AES_BLOCK_SIZE); in omac1_aes_vector() 89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector() 90 gf_mulx(pad); in omac1_aes_vector() 108 gf_mulx(pad); in omac1_aes_vector() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/ |
| H A D | aes-omac1.c | 15 static void gf_mulx(u8 *pad) in gf_mulx() argument 19 carry = pad[0] & 0x80; in gf_mulx() 21 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); in gf_mulx() 22 pad[AES_BLOCK_SIZE - 1] <<= 1; in gf_mulx() 24 pad[AES_BLOCK_SIZE - 1] ^= 0x87; in gf_mulx() 46 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_vector() local 88 os_memset(pad, 0, AES_BLOCK_SIZE); in omac1_aes_vector() 89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector() 90 gf_mulx(pad); in omac1_aes_vector() 108 gf_mulx(pad); in omac1_aes_vector() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/ |
| H A D | aes-omac1.c | 16 static void gf_mulx(u8 *pad) in gf_mulx() argument 20 carry = pad[0] & 0x80; in gf_mulx() 22 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); in gf_mulx() 23 pad[AES_BLOCK_SIZE - 1] <<= 1; in gf_mulx() 25 pad[AES_BLOCK_SIZE - 1] ^= 0x87; in gf_mulx() 47 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_vector() local 89 os_memset(pad, 0, AES_BLOCK_SIZE); in omac1_aes_vector() 90 aes_encrypt(ctx, pad, pad); in omac1_aes_vector() 91 gf_mulx(pad); in omac1_aes_vector() 109 gf_mulx(pad); in omac1_aes_vector() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/ |
| H A D | aes-omac1.c | 15 static void gf_mulx(u8 *pad) in gf_mulx() argument 19 carry = pad[0] & 0x80; in gf_mulx() 21 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); in gf_mulx() 22 pad[AES_BLOCK_SIZE - 1] <<= 1; in gf_mulx() 24 pad[AES_BLOCK_SIZE - 1] ^= 0x87; in gf_mulx() 46 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_vector() local 88 os_memset(pad, 0, AES_BLOCK_SIZE); in omac1_aes_vector() 89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector() 90 gf_mulx(pad); in omac1_aes_vector() 108 gf_mulx(pad); in omac1_aes_vector() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/ |
| H A D | aes-omac1.c | 15 static void gf_mulx(u8 *pad) in gf_mulx() argument 19 carry = pad[0] & 0x80; in gf_mulx() 21 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); in gf_mulx() 22 pad[AES_BLOCK_SIZE - 1] <<= 1; in gf_mulx() 24 pad[AES_BLOCK_SIZE - 1] ^= 0x87; in gf_mulx() 46 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_vector() local 88 os_memset(pad, 0, AES_BLOCK_SIZE); in omac1_aes_vector() 89 aes_encrypt(ctx, pad, pad); in omac1_aes_vector() 90 gf_mulx(pad); in omac1_aes_vector() 108 gf_mulx(pad); in omac1_aes_vector() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/ |
| H A D | aes-omac1.c | 16 static void gf_mulx(u8 *pad) in gf_mulx() argument 20 carry = pad[0] & 0x80; in gf_mulx() 22 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); in gf_mulx() 23 pad[AES_BLOCK_SIZE - 1] <<= 1; in gf_mulx() 25 pad[AES_BLOCK_SIZE - 1] ^= 0x87; in gf_mulx() 47 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_vector() local 89 os_memset(pad, 0, AES_BLOCK_SIZE); in omac1_aes_vector() 90 aes_encrypt(ctx, pad, pad); in omac1_aes_vector() 91 gf_mulx(pad); in omac1_aes_vector() 109 gf_mulx(pad); in omac1_aes_vector() [all …]
|