/xen/stubdom/vtpmmgr/ |
A D | disk_crypto.c | 27 static void aes_encrypt_ecb(void *target, const void *src, const aes_context *key_e) in aes_encrypt_ecb() 32 void aes_encrypt_one(void *target, const void *src, const struct key128 *key) in aes_encrypt_one() 39 void aes_decrypt_one(void *target, const void *src, const struct key128 *key) in aes_decrypt_one() 61 const uint64_t *src = srcv; in aes_encrypt_ctr() local 116 const uint64_t *src = srcv; in aes_decrypt_ctr() local 150 static void shl_128_mod_hex87(struct mac128 *dst, const struct mac128 *src) in shl_128_mod_hex87() 166 void aes_cmac(struct mac128 *target, const void *src, size_t size, const aes_context *key) in aes_cmac() 204 int aes_cmac_verify(const struct mac128 *target, const void *src, size_t size, const aes_context *k… in aes_cmac_verify() 220 void sha256(struct hash256 *target, const void *src, size_t size) in sha256()
|
A D | disk_write.c | 34 static void disk_populate_used_vtpm(const struct mem_vtpm_page *src, const struct mem_tpm_mgr *mgr) in disk_populate_used_vtpm() 67 static void generate_group_seals(struct mem_group *src, const struct mem_tpm_mgr *parent) in generate_group_seals() 106 static void disk_populate_used_group(const struct mem_group_hdr *src, const struct mem_tpm_mgr *mgr) in disk_populate_used_group() 178 static void disk_write_group_sector(struct mem_group_hdr *src, in disk_write_group_sector() 252 struct mem_seal *src = &group->seals[i]; in disk_write_seal_list() local
|
A D | disk_tpm.c | 83 int TPM_disk_seal(struct disk_seal_entry *dst, const void* src, size_t size) in TPM_disk_seal() 149 TPM_RC TPM2_disk_bind(struct disk_seal_entry *dst, void* src, unsigned int size) in TPM2_disk_bind() 163 TPM_RC TPM2_disk_unbind(void *dst, unsigned int *size, const struct disk_seal_entry *src) in TPM2_disk_unbind() 179 int TPM_disk_unseal(void *dst, size_t size, const struct disk_seal_entry *src) in TPM_disk_unseal()
|
/xen/xen/xsm/flask/ss/ |
A D | context.h | 41 static inline int mls_context_cpy(struct context *dst, struct context *src) in mls_context_cpy() 64 static inline int mls_context_cpy_low(struct context *dst, struct context *src) in mls_context_cpy_low() 110 static inline int context_cpy(struct context *dst, struct context *src) in context_cpy()
|
/xen/xen/include/xen/ |
A D | bitmap.h | 136 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() 176 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement() 211 static inline int bitmap_empty(const unsigned long *src, int nbits) in bitmap_empty() 219 static inline int bitmap_full(const unsigned long *src, int nbits) in bitmap_full() 227 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight()
|
A D | nodemask.h | 66 #define NODEMASK_PR(src) MAX_NUMNODES, nodemask_bits(src) argument 68 #define nodemask_bits(src) ((src)->bits) argument 140 #define nodes_complement(dst, src) \ argument 172 #define nodes_empty(src) __nodes_empty(&(src), MAX_NUMNODES) argument 193 #define first_node(src) __first_node(&(src), MAX_NUMNODES) argument 199 #define next_node(n, src) __next_node((n), &(src), MAX_NUMNODES) argument 205 #define last_node(src) __last_node(&(src), MAX_NUMNODES) argument 228 #define cycle_node(n, src) __cycle_node((n), &(src), MAX_NUMNODES) argument
|
A D | stdarg.h | 5 #define va_copy(dest, src) __builtin_va_copy((dest), (src)) argument
|
/xen/xen/lib/x86/ |
A D | private.h | 41 #define copy_to_buffer_offset(dst, index, src, nr) \ argument 54 #define copy_from_buffer_offset(dst, src, index, nr) \ argument
|
/xen/xen/arch/x86/ |
A D | gdbstub.c | 34 gdb_arch_copy_from_user(void *dest, const void *src, unsigned len) in gdb_arch_copy_from_user() 40 gdb_arch_copy_to_user(void *dest, const void *src, unsigned len) in gdb_arch_copy_to_user()
|
/xen/tools/tests/x86_emulator/ |
A D | wrappers.c | 6 size_t emul_fwrite(const void *src, size_t sz, size_t n, FILE *f) in emul_fwrite() 26 void *emul_memcpy(void *dst, const void *src, size_t sz) in emul_memcpy()
|
/xen/xen/include/asm-x86/ |
A D | guest_access.h | 16 #define raw_copy_to_guest(dst, src, len) \ argument 20 #define raw_copy_from_guest(dst, src, len) \ argument 28 #define __raw_copy_to_guest(dst, src, len) \ argument 32 #define __raw_copy_from_guest(dst, src, len) \ argument
|
/xen/xen/common/ |
A D | lzo.c | 28 #define COPY4(dst, src) \ argument 31 #define COPY8(dst, src) \ argument 34 #define COPY8(dst, src) \ argument
|
A D | string.c | 71 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() 96 size_t strlcat(char *dest, const char *src, size_t size) in strlcat()
|
/xen/xen/common/lz4/ |
A D | decompress.c | 305 int INIT lz4_decompress(const unsigned char *src, size_t *src_len, in lz4_decompress() 323 int lz4_decompress_unknownoutputsize(const unsigned char *src, size_t src_len, in lz4_decompress_unknownoutputsize()
|
/xen/xen/arch/x86/boot/ |
A D | reloc.c | 51 static u32 copy_mem(u32 src, u32 bytes) in copy_mem() 64 static u32 copy_string(u32 src) in copy_string()
|
/xen/tools/firmware/rombios/32bit/ |
A D | util.c | 102 void *memcpy(void *dest, const void *src, unsigned n) in memcpy() 122 void *memmove(void *dest, const void *src, unsigned n) in memmove() 141 strcpy(char *dest, const char *src) in strcpy() 151 strncpy(char *dest, const char *src, unsigned n) in strncpy()
|
/xen/xen/common/libelf/ |
A D | libelf-loader.c | 135 elf_ptrval dst, elf_ptrval src, in elf_load_image() 149 static elf_errorstatus elf_memcpy(struct vcpu *v, void *dst, void *src, in elf_memcpy() 170 static elf_errorstatus elf_load_image(struct elf_binary *elf, elf_ptrval dst, elf_ptrval src, uint6… in elf_load_image()
|
/xen/tools/libxc/ |
A D | xc_dom_decompress_unsafe.c | 17 static int unsafe_flush(void *src, unsigned int size) in unsafe_flush()
|
/xen/tools/libxl/ |
A D | libxl_uuid.h | 60 const libxl_uuid *src) in libxl_uuid_copy_0x040400()
|
A D | libxl_uuid.c | 37 const libxl_uuid *src) in libxl_uuid_copy() 113 const libxl_uuid *src) in libxl_uuid_copy()
|
A D | libxl_genid.c | 55 const libxl_ms_vm_genid *src) in libxl_ms_vm_genid_copy()
|
/xen/tools/libfsimage/zfs/ |
A D | zfs_lzjb.c | 36 uint8_t *src = s_start; in lzjb_decompress() local
|
/xen/xen/arch/arm/arm64/lib/ |
A D | strlen.S | 42 src .req x1 label
|
A D | memcpy.S | 39 src .req x1 label
|
A D | memmove.S | 40 src .req x1 label
|