Home
last modified time | relevance | path

Searched refs:string (Results 1 – 7 of 7) sorted by relevance

/hypervisor/boot/guest/
A Dvboot_info.c135 const char *string = (char *)hpa2hva((uint64_t)(mods + i)->string); in get_mod_by_tag() local
136 uint32_t str_len = strnlen_s(string, MAX_MOD_TAG_LEN); in get_mod_by_tag()
137 const char *p_chr = string + tag_len; /* point to right after the end of tag */ in get_mod_by_tag()
142 if ((str_len >= tag_len) && (strncmp(string, tag, tag_len) == 0) in get_mod_by_tag()
172 const char *string = (char *)hpa2hva((uint64_t)mod->string); in init_vm_sw_load() local
173 uint32_t str_len = strnlen_s(string, MAX_BOOTARGS_SIZE); in init_vm_sw_load()
175 const char *p_chr = string + tag_len + 1; /* point to the possible start of cmdline */ in init_vm_sw_load()
/hypervisor/boot/multiboot/
A Dmultiboot2.c45 (void)strncpy_s((void *)(abi->mods[mbi_mod_idx].string), MAX_MOD_STRING_SIZE, in mb2_mods_to_abi()
91 str = ((struct multiboot2_tag_string *)mb2_tag)->string; in multiboot2_to_acrn_bi()
105 str = ((struct multiboot2_tag_string *)mb2_tag)->string; in multiboot2_to_acrn_bi()
A Dmultiboot.c57 (void)strncpy_s((void *)(abi->mods[i].string), MAX_MOD_STRING_SIZE, in multiboot_to_acrn_bi()
/hypervisor/boot/include/
A Dboot.h31 const char string[MAX_MOD_STRING_SIZE]; member
A Dmultiboot_std.h217 char string[0]; member
/hypervisor/
A DMakefile167 LIB_C_SRCS += lib/string.c
/hypervisor/lib/crypto/mbedtls/
A DChangeLog473 * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc.
745 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
777 the input string in PEM format to extract the different components. Found
1030 string of close to or larger than 1GB to exploit; on 64 bit machines, would
1031 require reading a string of close to or larger than 2^62 bytes.
1234 Their 'port' argument type is changed to a string.
2605 * Added missing const string fixes
2757 string is passed as the CN (bug reported by spoofy)

Completed in 12 milliseconds