Searched refs:ns_cert_type (Results 1 – 6 of 6) sorted by relevance
/library/ |
A D | x509_internal.h | 63 unsigned char *ns_cert_type); 78 unsigned char ns_cert_type);
|
A D | x509write_csr.c | 110 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 D | x509.c | 1395 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 D | x509_csr.c | 170 &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 D | x509write_crt.c | 333 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 D | x509_crt.c | 1015 &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