Home
last modified time | relevance | path

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

/library/
A Dx509_internal.h63 unsigned char *ns_cert_type);
78 unsigned char ns_cert_type);
A Dx509write_csr.c110 unsigned char ns_cert_type) in mbedtls_x509write_csr_set_ns_cert_type() argument
118 ret = mbedtls_asn1_write_named_bitstring(&c, buf, &ns_cert_type, 8); in mbedtls_x509write_csr_set_ns_cert_type()
A Dx509.c1395 unsigned char *ns_cert_type) in mbedtls_x509_get_ns_cert_type() argument
1407 *ns_cert_type = 0; in mbedtls_x509_get_ns_cert_type()
1417 *ns_cert_type = *bs.p; in mbedtls_x509_get_ns_cert_type()
1771 if (ns_cert_type & (type)) { \
1777 unsigned char ns_cert_type) in mbedtls_x509_info_cert_type() argument
A Dx509_csr.c170 &csr->ns_cert_type)) != 0) { in x509_csr_parse_extensions()
581 if ((ret = mbedtls_x509_info_cert_type(&p, &n, csr->ns_cert_type)) != 0) { in mbedtls_x509_csr_info()
A Dx509write_crt.c333 unsigned char ns_cert_type) in mbedtls_x509write_crt_set_ns_cert_type() argument
341 ret = mbedtls_asn1_write_named_bitstring(&c, buf, &ns_cert_type, 8); in mbedtls_x509write_crt_set_ns_cert_type()
A Dx509_crt.c1015 &crt->ns_cert_type)) != 0) { in x509_get_crt_ext()
1674 if (ns_cert_type & (type)) { \
1847 if ((ret = mbedtls_x509_info_cert_type(&p, &n, crt->ns_cert_type)) != 0) { in mbedtls_x509_crt_info()

Completed in 20 milliseconds