Lines Matching refs:sep
1410 const char *sep = ""; in x509_info_subject_alt_name() local
1423 *p++ = sep[i]; in x509_info_subject_alt_name()
1427 sep = ", "; in x509_info_subject_alt_name()
1451 const char sep = '\0'; in x509_info_subject_alt_name2() local
1472 *p++ = sep; in x509_info_subject_alt_name2()
1502 *p++ = sep; in x509_info_subject_alt_name2()
1523 ret = mbedtls_snprintf( p, n, "%s" i, sep ); \
1525 sep = ", "; \
1538 const char *sep = ""; in x509_info_cert_type() local
1565 const char *sep = ""; in x509_info_key_usage() local
1591 const char *sep = ""; in x509_info_ext_key_usage() local
1598 ret = mbedtls_snprintf( p, n, "%s%s", sep, desc ); in x509_info_ext_key_usage()
1601 sep = ", "; in x509_info_ext_key_usage()