Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 4 of 4) sorted by relevance

/hypervisor/boot/guest/
A Dvboot_info.c127 struct abi_module *get_mod_by_tag(const struct acrn_boot_info *abi, const char *tag) in get_mod_by_tag() argument
132 uint32_t tag_len = strnlen_s(tag, MAX_MOD_TAG_LEN); in get_mod_by_tag()
142 if ((str_len >= tag_len) && (strncmp(string, tag, tag_len) == 0) in get_mod_by_tag()
/hypervisor/boot/include/
A Dboot.h76 struct abi_module *get_mod_by_tag(const struct acrn_boot_info *abi, const char *tag);
/hypervisor/
A DMakefile531 COMMIT_TAGS=$$(git tag --points-at HEAD|tr -s "\n" " "); \
/hypervisor/lib/crypto/mbedtls/
A DChangeLog61 was creating an invalid ASN.1 tag. Found by Aryeh R. Fixes #1257.
347 * Fix X509 CRT parsing that would potentially accept an invalid tag when
359 * Fix tag lengths and value ranges in the documentation of CCM encryption.
510 * Don't print X.509 version tag for v1 CRT's, and omit extensions for
2409 * Added an EXPLICIT tag number parameter to x509_get_ext()
2434 * Fixed a bug where the CRL parser expected an EXPLICIT ASN.1 tag

Completed in 9 milliseconds