Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/
H A Dace_sha.c28 int ace_sha_hash_digest(const unsigned char *pbuf, unsigned int buf_len, in ace_sha_hash_digest()
103 void hw_sha256(const unsigned char *pbuf, unsigned int buf_len, in hw_sha256()
110 void hw_sha1(const unsigned char *pbuf, unsigned int buf_len, in hw_sha1()
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Dfsl_hash.c161 int caam_hash(const unsigned char *pbuf, unsigned int buf_len, in caam_hash()
184 void hw_sha256(const unsigned char *pbuf, unsigned int buf_len, in hw_sha256()
191 void hw_sha1(const unsigned char *pbuf, unsigned int buf_len, in hw_sha1()
/rk3399_rockchip-uboot/drivers/block/
H A Dide.c136 volatile ushort *pbuf; in ide_output_data_shorts() local
153 volatile ushort *pbuf; in ide_input_data_shorts() local
855 volatile ushort *pbuf = in ide_input_swap_data() local
879 volatile ushort *pbuf; in ide_output_data() local
905 volatile ushort *pbuf; in ide_input_data() local
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_avb_ops_user.c680 int rk_avb_write_perm_attr(u16 id, void *pbuf, u16 size) in rk_avb_write_perm_attr()
801 int rk_avb_read_perm_attr(u16 id, void *pbuf, u16 size) in rk_avb_read_perm_attr()
/rk3399_rockchip-uboot/drivers/i2c/
H A Drk_i2c.c282 uchar *pbuf = buf; in rk_i2c_read() local
385 uchar *pbuf = buf; in rk_i2c_write() local
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dvendor.c611 int vendor_storage_read(u16 id, void *pbuf, u16 size) in vendor_storage_read()
653 int vendor_storage_write(u16 id, void *pbuf, u16 size) in vendor_storage_write()
/rk3399_rockchip-uboot/drivers/mmc/
H A Duniphier-sd.c214 static int uniphier_sd_pio_read_one_block(struct udevice *dev, u32 **pbuf, in uniphier_sd_pio_read_one_block()
245 const u32 **pbuf, uint blocksize) in uniphier_sd_pio_write_one_block()
/rk3399_rockchip-uboot/drivers/net/
H A Dne2000_base.c654 static u8 *pbuf = NULL; variable
H A Dftmac110.h140 uint32_t pbuf; member
/rk3399_rockchip-uboot/tools/rockchip/
H A Dtrust_merger.c537 uint8_t *outBuf = NULL, *pbuf = NULL, *pMetaBuf = NULL; in mergetrust() local
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dbuild.c1454 char *pbuf = &buf[0]; in ubi_mtd_param_parse() local
/rk3399_rockchip-uboot/fs/ubifs/
H A Drecovery.c102 static int get_master_node(const struct ubifs_info *c, int lnum, void **pbuf, in get_master_node()