Home
last modified time | relevance | path

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

/mbedtls-3.6.0/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.c1666 ret = mbedtls_snprintf(p, n, "%s" i, sep); \
1668 sep = ", "; \
1693 const char *sep = ""; in x509_info_ext_key_usage() local
1700 ret = mbedtls_snprintf(p, n, "%s%s", sep, desc); in x509_info_ext_key_usage()
1703 sep = ", "; in x509_info_ext_key_usage()
1722 const char *sep = ""; in x509_info_cert_policies() local
1729 ret = mbedtls_snprintf(p, n, "%s%s", sep, desc); in x509_info_cert_policies()
1732 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-3.6.0/scripts/
Dcode_style.py27 print(*files_to_skip, sep=", SKIP\n", end=", SKIP\n")
/mbedtls-3.6.0/tests/scripts/
Dcheck_files.py60 seps = os.path.sep
Dgenerate_psa_tests.py772 alg_keywords = set(alg.partition('(')[0].split(sep='_')[2:])
785 key_type_keywords = set(key_type.translate(translation_table).split(sep='_')[3:])