| /include/ |
| A D | uboot_aes.h | 84 void aes_apply_cbc_chain_data(u8 *cbc_chain_data, u8 *src, u8 *dst); 96 void aes_cbc_encrypt_blocks(u32 key_size, u8 *key_exp, u8 *iv, u8 *src, u8 *dst, 109 void aes_cbc_decrypt_blocks(u32 key_size, u8 *key_exp, u8 *iv, u8 *src, u8 *dst, 204 u8 *src, u8 *dst, u32 num_aes_blocks); 217 u8 *src, u8 *dst, u32 num_aes_blocks); 262 int dm_aes_ecb_encrypt(struct udevice *dev, u8 *src, u8 *dst, u32 num_aes_blocks); 310 int dm_aes_cmac(struct udevice *dev, u8 *src, u8 *dst, u32 num_aes_blocks); 330 static inline int dm_aes_ecb_encrypt(struct udevice *dev, u8 *src, u8 *dst, in dm_aes_ecb_encrypt() argument 336 static inline int dm_aes_ecb_decrypt(struct udevice *dev, u8 *src, u8 *dst, in dm_aes_ecb_decrypt() argument 343 u8 *dst, u32 num_aes_blocks) in dm_aes_cbc_encrypt() argument [all …]
|
| A D | hexdump.h | 55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() argument 64 *dst++ = (hi << 4) | lo; in hex2bin() 75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() argument 80 dst = hex_byte_pack(dst, *_src++); in bin2hex() 81 return dst; in bin2hex()
|
| A D | gzip.h | 35 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp); 49 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp, 93 int gzip(void *dst, unsigned long *lenp, unsigned char *src, ulong srclen); 106 int zzip(void *dst, ulong *lenp, unsigned char *src, ulong srclen,
|
| A D | dma-uclass.h | 91 int (*prepare_rcv_buf)(struct dma *dma, void *dst, size_t size); 100 int (*receive)(struct dma *dma, void **dst, void *metadata); 135 int (*transfer)(struct udevice *dev, int direction, dma_addr_t dst,
|
| A D | dma.h | 271 int dma_prepare_rcv_buf(struct dma *dma, void *dst, size_t size); 283 int dma_receive(struct dma *dma, void **dst, void *metadata); 333 int dma_memcpy(void *dst, void *src, size_t len); 340 static inline int dma_memcpy(void *dst, void *src, size_t len) in dma_memcpy() argument
|
| A D | charset.h | 46 int utf8_put(s32 code, char **dst); 78 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count); 106 int utf16_put(s32 code, u16 **dst); 149 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count);
|
| A D | onenand_uboot.h | 52 int onenand_spl_read_block(int block, int offset, int len, void *dst); 53 void onenand_spl_load_image(uint32_t offs, uint32_t size, void *dst);
|
| A D | ubispl.h | 46 typedef int (*ubispl_read_flash)(int pnum, int offset, int len, void *dst);
|
| A D | nand.h | 108 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst); 109 int nand_spl_read_block(int block, int offset, int len, void *dst);
|
| A D | imx_container.h | 44 u64 dst; member
|
| A D | imx8image.h | 112 uint64_t dst; member 230 uint64_t dst; member
|
| A D | efi.h | 86 static inline void *guidcpy(void *dst, const void *src) in guidcpy() argument 88 return memcpy(dst, src, sizeof(efi_guid_t)); in guidcpy()
|
| A D | mmc.h | 566 int (*get_b_max)(struct udevice *dev, void *dst, lbaint_t blkcnt); 590 int mmc_get_b_max(struct mmc *mmc, void *dst, lbaint_t blkcnt); 603 int (*get_b_max)(struct mmc *mmc, void *dst, lbaint_t blkcnt); 860 int mmc_read(struct mmc *mmc, u64 src, uchar *dst, int size);
|
| A D | fsl_sec.h | 371 int blob_dek(const u8 *src, u8 *dst, u8 len); 373 int gen_mppubk(u8 *dst);
|
| /include/linux/ |
| A D | lzo.h | 24 unsigned char *dst, size_t *dst_len, void *wrkmem); 28 unsigned char *dst, size_t *dst_len); 32 unsigned char *dst, size_t *dst_len);
|
| A D | bitmap.h | 23 __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() argument 30 dst[k] = bitmap1[k] | bitmap2[k]; in __bitmap_or() 90 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() argument 93 *dst = 0UL; in bitmap_zero() 97 memset(dst, 0, len); in bitmap_zero() 188 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() argument 191 *dst = ~0UL; in bitmap_fill() 195 memset(dst, 0xff, len); in bitmap_fill() 207 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() argument 211 *dst = *src1 | *src2; in bitmap_or() [all …]
|
| A D | xxhash.h | 219 void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src); 227 void xxh64_copy_state(struct xxh64_state *dst, const struct xxh64_state *src);
|
| A D | zstd_lib.h | 109 ZSTDLIB_API size_t ZSTD_compress( void* dst, size_t dstCapacity, 119 ZSTDLIB_API size_t ZSTD_decompress( void* dst, size_t dstCapacity, 200 void* dst, size_t dstCapacity, 220 void* dst, size_t dstCapacity, 506 void* dst, size_t dstCapacity, 584 void* dst; /*< start of output buffer */ member 799 void* dst, size_t dstCapacity, 811 void* dst, size_t dstCapacity, 846 void* dst, size_t dstCapacity, 1626 void* dst, size_t dstCapacity, [all …]
|
| A D | zstd.h | 180 size_t zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, 220 size_t zstd_decompress_dctx(zstd_dctx *dctx, void *dst, size_t dst_capacity,
|
| /include/u-boot/ |
| A D | lz4.h | 22 int ulz4fn(const void *src, size_t srcn, void *dst, size_t *dstn); 71 int LZ4_decompress_safe_partial(const char *src, char *dst,
|
| /include/linux/byteorder/ |
| A D | generic.h | 191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array() argument 196 dst[i] = cpu_to_be32(src[i]); in cpu_to_be32_array() 199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array() argument 204 dst[i] = be32_to_cpu(src[i]); in be32_to_cpu_array()
|
| /include/cramfs/ |
| A D | cramfs_fs.h | 96 int cramfs_uncompress_block(void *dst, void *src, int srclen);
|
| /include/test/ |
| A D | spl.h | 67 size_t create_image(void *dst, enum spl_test_image type,
|
| /include/net/pfe_eth/pfe/ |
| A D | pfe_hw.h | 130 void pe_lmem_read(u32 *dst, u32 len, u32 offset);
|
| /include/acpi/ |
| A D | acpigen.h | 692 void acpigen_write_to_buffer(struct acpi_ctx *ctx, uint src, uint dst); 704 void acpigen_write_to_integer(struct acpi_ctx *ctx, uint src, uint dst);
|