Searched refs:tag (Results 1 – 4 of 4) sorted by relevance
127 struct abi_module *get_mod_by_tag(const struct acrn_boot_info *abi, const char *tag) in get_mod_by_tag() argument132 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()
76 struct abi_module *get_mod_by_tag(const struct acrn_boot_info *abi, const char *tag);
531 COMMIT_TAGS=$$(git tag --points-at HEAD|tr -s "\n" " "); \
61 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 when359 * 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 for2409 * 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