Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_internal.h64 unsigned char *ns_cert_type);
79 unsigned char ns_cert_type);
H A Dx509write_csr.c112 unsigned char ns_cert_type) in mbedtls_x509write_csr_set_ns_cert_type() argument
120 ret = mbedtls_asn1_write_named_bitstring(&c, buf, &ns_cert_type, 8); in mbedtls_x509write_csr_set_ns_cert_type()
H A Dx509_csr.c170 &csr->ns_cert_type)) != 0) { in x509_csr_parse_extensions()
583 if ((ret = mbedtls_x509_info_cert_type(&p, &n, csr->ns_cert_type)) != 0) { in mbedtls_x509_csr_info()
H A Dx509.c1340 unsigned char *ns_cert_type) in mbedtls_x509_get_ns_cert_type() argument
1352 *ns_cert_type = 0; in mbedtls_x509_get_ns_cert_type()
1362 *ns_cert_type = *bs.p; in mbedtls_x509_get_ns_cert_type()
1716 if (ns_cert_type & (type)) { \
1722 unsigned char ns_cert_type) in mbedtls_x509_info_cert_type() argument
H A Dx509write_crt.c370 unsigned char ns_cert_type) in mbedtls_x509write_crt_set_ns_cert_type() argument
378 ret = mbedtls_asn1_write_named_bitstring(&c, buf, &ns_cert_type, 8); in mbedtls_x509write_crt_set_ns_cert_type()
H A Dx509_crt.c1016 &crt->ns_cert_type)) != 0) { in x509_get_crt_ext()
1676 if (ns_cert_type & (type)) { \
1850 if ((ret = mbedtls_x509_info_cert_type(&p, &n, crt->ns_cert_type)) != 0) { in mbedtls_x509_crt_info()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_csr.h50 …unsigned char ns_cert_type; /**< Optional Netscape certificate type extension value: See the value… member
306 unsigned char ns_cert_type);
H A Dx509_crt.h80 …unsigned char MBEDTLS_PRIVATE(ns_cert_type); /**< Optional Netscape certificate type extension val…
1152 unsigned char ns_cert_type);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog5487 ns_cert_type)