Searched defs:pbuf (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/crypto/ |
A D | ace_sha.c | 29 int ace_sha_hash_digest(const unsigned char *pbuf, unsigned int buf_len, in ace_sha_hash_digest() 104 void hw_sha256(const unsigned char *pbuf, unsigned int buf_len, in hw_sha256() 111 void hw_sha1(const unsigned char *pbuf, unsigned int buf_len, in hw_sha1()
|
/u-boot/drivers/crypto/fsl/ |
A D | fsl_hash.c | 164 int caam_hash(const unsigned char *pbuf, unsigned int buf_len, in caam_hash() 204 void hw_sha256(const unsigned char *pbuf, unsigned int buf_len, in hw_sha256() 211 void hw_sha1(const unsigned char *pbuf, unsigned int buf_len, in hw_sha1()
|
/u-boot/drivers/block/ |
A D | ide.c | 139 volatile ushort *pbuf; in ide_output_data_shorts() local 156 volatile ushort *pbuf; in ide_input_data_shorts() local 858 volatile ushort *pbuf = in ide_input_swap_data() local 882 volatile ushort *pbuf; in ide_output_data() local 908 volatile ushort *pbuf; in ide_input_data() local
|
/u-boot/drivers/i2c/ |
A D | rk_i2c.c | 169 uchar *pbuf = buf; in rk_i2c_read() local 268 uchar *pbuf = buf; in rk_i2c_write() local
|
/u-boot/drivers/mmc/ |
A D | tmio-common.c | 168 char *pbuf, uint blocksize) in tmio_sd_pio_read_one_block() 221 const char *pbuf, uint blocksize) in tmio_sd_pio_write_one_block()
|
/u-boot/drivers/net/ |
A D | ne2000_base.c | 656 static u8 *pbuf = NULL; variable
|
A D | ftmac110.h | 139 uint32_t pbuf; member
|
/u-boot/drivers/mtd/ubi/ |
A D | build.c | 1455 char *pbuf = &buf[0]; in ubi_mtd_param_parse() local
|
/u-boot/fs/ubifs/ |
A D | recovery.c | 104 static int get_master_node(const struct ubifs_info *c, int lnum, void **pbuf, in get_master_node()
|
Completed in 16 milliseconds