Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dhmac_drbg.c68 unsigned char sep[1]; in mbedtls_hmac_drbg_update() local
72 for( sep[0] = 0; sep[0] < rounds; sep[0]++ ) in mbedtls_hmac_drbg_update()
81 sep, 1 ) ) != 0 ) in mbedtls_hmac_drbg_update()
A Dx509_crt.c1948 ret = mbedtls_snprintf( p, n, "%s" i, sep ); \
1950 sep = ", "; \
1963 const char *sep = ""; in x509_info_cert_type() local
1990 const char *sep = ""; in x509_info_key_usage() local
2016 const char *sep = ""; in x509_info_ext_key_usage() local
2023 ret = mbedtls_snprintf( p, n, "%s%s", sep, desc ); in x509_info_ext_key_usage()
2026 sep = ", "; in x509_info_ext_key_usage()
2045 const char *sep = ""; in x509_info_cert_policies() local
2052 ret = mbedtls_snprintf( p, n, "%s%s", sep, desc ); in x509_info_cert_policies()
2055 sep = ", "; in x509_info_cert_policies()
/mbedtls-development/tests/scripts/
A Dcheck_files.py69 seps = os.path.sep
A Dgenerate_psa_tests.py655 alg_keywords = set(alg.partition('(')[0].split(sep='_')[2:])
668 key_type_keywords = set(key_type.translate(translation_table).split(sep='_')[3:])

Completed in 12 milliseconds