Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libfdt/
H A Dfdt_overlay.c448 char *sep, *endptr; in overlay_fixup_phandle() local
460 sep = memchr(fixup_str, ':', fixup_len); in overlay_fixup_phandle()
461 if (!sep || *sep != ':') in overlay_fixup_phandle()
464 path_len = sep - path; in overlay_fixup_phandle()
469 name = sep + 1; in overlay_fixup_phandle()
470 sep = memchr(name, ':', fixup_len); in overlay_fixup_phandle()
471 if (!sep || *sep != ':') in overlay_fixup_phandle()
474 name_len = sep - name; in overlay_fixup_phandle()
478 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
479 if ((*endptr != '\0') || (endptr <= (sep + 1))) in overlay_fixup_phandle()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dhmac_drbg.c49 unsigned char sep[1]; in mbedtls_hmac_drbg_update() local
53 for (sep[0] = 0; sep[0] < rounds; sep[0]++) { in mbedtls_hmac_drbg_update()
63 sep, 1)) != 0) { in mbedtls_hmac_drbg_update()
H A Dx509_crt.c1669 ret = mbedtls_snprintf(p, n, "%s" i, sep); \
1671 sep = ", "; \
1696 const char *sep = ""; in x509_info_ext_key_usage() local
1703 ret = mbedtls_snprintf(p, n, "%s%s", sep, desc); in x509_info_ext_key_usage()
1706 sep = ", "; in x509_info_ext_key_usage()
1725 const char *sep = ""; in x509_info_cert_policies() local
1732 ret = mbedtls_snprintf(p, n, "%s%s", sep, desc); in x509_info_cert_policies()
1735 sep = ", "; in x509_info_cert_policies()
H A Dx509.c1709 ret = mbedtls_snprintf(p, n, "%s" i, sep); \
1711 sep = ", "; \
1727 const char *sep = ""; in mbedtls_x509_info_cert_type() local
1757 const char *sep = ""; in mbedtls_x509_info_key_usage() local
/optee_os/scripts/
H A Dget_maintainer.py245 print(*emails, sep=', ')