Home
last modified time | relevance | path

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

/mbedtls-latest/library/
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()
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()
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
/mbedtls-latest/scripts/
Dcode_style.py27 print(*files_to_skip, sep=", SKIP\n", end=", SKIP\n")
/mbedtls-latest/tests/scripts/
Dcheck_files.py61 seps = os.path.sep