Home
last modified time | relevance | path

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

/optee_os/core/lib/libfdt/
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/
A Dhmac_drbg.c68 unsigned char sep[1]; in mbedtls_hmac_drbg_update_ret() local
72 for( sep[0] = 0; sep[0] < rounds; sep[0]++ ) in mbedtls_hmac_drbg_update_ret()
81 sep, 1 ) ) != 0 ) in mbedtls_hmac_drbg_update_ret()
A Dx509_crt.c1934 ret = mbedtls_snprintf( p, n, "%s" i, sep ); \
1936 sep = ", "; \
1949 const char *sep = ""; in x509_info_cert_type() local
1976 const char *sep = ""; in x509_info_key_usage() local
2002 const char *sep = ""; in x509_info_ext_key_usage() local
2009 ret = mbedtls_snprintf( p, n, "%s%s", sep, desc ); in x509_info_ext_key_usage()
2012 sep = ", "; in x509_info_ext_key_usage()
2031 const char *sep = ""; in x509_info_cert_policies() local
2038 ret = mbedtls_snprintf( p, n, "%s%s", sep, desc ); in x509_info_cert_policies()
2041 sep = ", "; in x509_info_cert_policies()
/optee_os/scripts/
A Dget_maintainer.py240 print(*emails, sep=', ')

Completed in 14 milliseconds