Home
last modified time | relevance | path

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

/include/
A Duboot_aes.h330 static inline int dm_aes_ecb_encrypt(struct udevice *dev, u8 *src, u8 *dst, in dm_aes_ecb_encrypt()
336 static inline int dm_aes_ecb_decrypt(struct udevice *dev, u8 *src, u8 *dst, in dm_aes_ecb_decrypt()
342 static inline int dm_aes_cbc_encrypt(struct udevice *dev, u8 *iv, u8 *src, in dm_aes_cbc_encrypt()
348 static inline int dm_aes_cbc_decrypt(struct udevice *dev, u8 *iv, u8 *src, in dm_aes_cbc_decrypt()
354 static inline int dm_aes_cmac(struct udevice *dev, u8 *src, u8 *dst, u32 num_aes_blocks) in dm_aes_cmac()
A Dhexdump.h55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin()
75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex()
A Ddma.h340 static inline int dma_memcpy(void *dst, void *src, size_t len) in dma_memcpy()
A Dmalloc.h398 #define MALLOC_COPY(dest,src,nbytes) \ argument
A Dnet6.h434 ip6_add_hdr(uchar *xip, struct in6_addr *src, struct in6_addr *dest, in ip6_add_hdr()
A Dimx8image.h229 uint64_t src; member
A Defi.h86 static inline void *guidcpy(void *dst, const void *src) in guidcpy()
A Dmmc.h447 const char *src; /* src buffers don't get written to */ member
/include/linux/byteorder/
A Dgeneric.h191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) 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()
/include/linux/
A Dbitmap.h199 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) in bitmap_empty()
216 static inline int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight()
A Dzstd_lib.h578 const void* src; /*< start of input buffer */ member
/include/configs/
A Dp1_p2_bootsrc.h14 #define __BOOTSRC_CMD(src, msk) i2c dev CONFIG_SYS_SPD_BUS_NUM; i2c mw CFG_SYS_I2C_PCA9557_ADDR 1 s… argument

Completed in 27 milliseconds