/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/xen/ |
A D | bitmap.h | 144 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() 184 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement() 219 static inline int bitmap_empty(const unsigned long *src, int nbits) in bitmap_empty() 227 static inline int bitmap_full(const unsigned long *src, int nbits) in bitmap_full() 235 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight() 241 const unsigned long *src, int n, int nbits) in bitmap_shift_right() 249 const unsigned long *src, int n, int nbits) in bitmap_shift_left()
|
A D | nodemask.h | 150 #define nodes_complement(dst, src) \ argument 182 #define nodes_empty(src) __nodes_empty(&(src), MAX_NUMNODES) argument 200 #define nodes_shift_right(dst, src, n) \ argument 208 #define nodes_shift_left(dst, src, n) \ argument 219 #define first_node(src) __first_node(&(src), MAX_NUMNODES) argument 225 #define next_node(n, src) __next_node((n), &(src), MAX_NUMNODES) argument 231 #define last_node(src) __last_node(&(src), MAX_NUMNODES) argument 261 #define cycle_node(n, src) __cycle_node((n), &(src), MAX_NUMNODES) argument 295 #define nodes_addr(src) ((src).bits) argument 297 #define nodelist_scnprintf(buf, len, src) \ argument
|
A D | stdarg.h | 5 #define va_copy(dest, src) __builtin_va_copy((dest), (src)) argument
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | reloc.c | 48 static u32 copy_mem(u32 src, u32 bytes) in copy_mem() 61 static u32 copy_string(u32 src) in copy_string()
|
/xen-4.10.0-shim-comet/xen/common/lz4/ |
A D | decompress.c | 299 int INIT lz4_decompress(const unsigned char *src, size_t *src_len, in lz4_decompress() 317 int lz4_decompress_unknownoutputsize(const unsigned char *src, size_t src_len, in lz4_decompress_unknownoutputsize()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-uuid.c | 58 void vhd_uuid_copy(vhd_uuid_t *dst, vhd_uuid_t *src) in vhd_uuid_copy() 108 void vhd_uuid_copy(vhd_uuid_t *dst, vhd_uuid_t *src) in vhd_uuid_copy()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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()
|
A D | libxl.c | 223 const libxl_string_list *src) in libxl_string_list_copy() 290 const libxl_key_value_list *src) in libxl_key_value_list_copy() 762 void libxl_hwcap_copy(libxl_ctx *ctx,libxl_hwcap *dst, const libxl_hwcap *src) in libxl_hwcap_copy() 770 void libxl_mac_copy(libxl_ctx *ctx, libxl_mac *dst, const libxl_mac *src) in libxl_mac_copy()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_decompress_unsafe.c | 17 static int unsafe_flush(void *src, unsigned int size) in unsafe_flush()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/libfsimage/zfs/ |
A D | zfs_lzjb.c | 36 uint8_t *src = s_start; in lzjb_decompress() local
|
/xen-4.10.0-shim-comet/xen/common/ |
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()
|
A D | lzo.c | 28 #define COPY4(dst, src) \ argument 31 #define COPY8(dst, src) \ argument 34 #define COPY8(dst, src) \ argument
|
/xen-4.10.0-shim-comet/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
|