Searched refs:sep (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | hmac_drbg.c | 78 unsigned char sep[1]; in mbedtls_hmac_drbg_update() local 81 for( sep[0] = 0; sep[0] < rounds; sep[0]++ ) in mbedtls_hmac_drbg_update() 86 mbedtls_md_hmac_update( &ctx->md_ctx, sep, 1 ); in mbedtls_hmac_drbg_update()
|
D | x509_crt.c | 1229 const char *sep = ""; in x509_info_subject_alt_name() local 1242 *p++ = sep[i]; in x509_info_subject_alt_name() 1246 sep = ", "; in x509_info_subject_alt_name() 1262 ret = mbedtls_snprintf( p, n, "%s" i, sep ); \ 1264 sep = ", "; \ 1277 const char *sep = ""; in x509_info_cert_type() local 1304 const char *sep = ""; in x509_info_key_usage() local 1330 const char *sep = ""; in x509_info_ext_key_usage() local 1337 ret = mbedtls_snprintf( p, n, "%s%s", sep, desc ); in x509_info_ext_key_usage() 1340 sep = ", "; in x509_info_ext_key_usage()
|