Searched refs:pbytes (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | sm2.c | 217 MPI m, unsigned int pbytes) in sm2_z_digest_update() argument 227 if (inlen < pbytes) { in sm2_z_digest_update() 229 crypto_sm3_update(desc, zero, pbytes - inlen); in sm2_z_digest_update() 231 } else if (inlen > pbytes) { in sm2_z_digest_update() 233 crypto_sm3_update(desc, in + inlen - pbytes, pbytes); in sm2_z_digest_update() 243 MPI_POINT point, struct mpi_ec_ctx *ec, unsigned int pbytes) in sm2_z_digest_update_point() argument 252 !sm2_z_digest_update(desc, x, pbytes) && in sm2_z_digest_update_point() 253 !sm2_z_digest_update(desc, y, pbytes)) in sm2_z_digest_update_point() 269 unsigned int pbytes; in sm2_compute_z_digest() local 278 pbytes = MPI_NBYTES(ec->p); in sm2_compute_z_digest() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | console_rotate.c | 18 int pbytes = VNBYTES(vid_priv->bpix); in console_set_row_1() local 23 (row + 1) * VIDEO_FONT_HEIGHT * pbytes; in console_set_row_1() 68 int pbytes = VNBYTES(vid_priv->bpix); in console_move_rows_1() local 72 (rowdst + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1() 74 (rowsrc + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1() 77 memmove(dst, src, VIDEO_FONT_HEIGHT * pbytes * count); in console_move_rows_1() 90 int pbytes = VNBYTES(vid_priv->bpix); in console_putc_xy_1() local 97 vid_priv->line_length - (y + 1) * pbytes; in console_putc_xy_1() 277 int pbytes = VNBYTES(vid_priv->bpix); in console_set_row_3() local 281 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * pbytes; in console_set_row_3() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxsingle.c | 937 int pbytes = ebits / 8; in __glXDisp_ReadPixels() local 939 buf + (sy - y) * rowsize + (sx - x) * pbytes; in __glXDisp_ReadPixels() 941 int pad = (pbytes * sw) % 4; in __glXDisp_ReadPixels() 945 memcpy(dst, src, pbytes * sw); in __glXDisp_ReadPixels() 947 src += (pbytes * sw + (pad ? 4 - pad : 0)); in __glXDisp_ReadPixels()
|