Searched refs:ns_cert_type (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509_internal.h | 64 unsigned char *ns_cert_type); 79 unsigned char ns_cert_type);
|
| H A D | x509write_csr.c | 112 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 D | x509_csr.c | 170 &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 D | x509.c | 1340 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 D | x509write_crt.c | 370 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 D | x509_crt.c | 1016 &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 D | x509_csr.h | 50 …unsigned char ns_cert_type; /**< Optional Netscape certificate type extension value: See the value… member 306 unsigned char ns_cert_type);
|
| H A D | x509_crt.h | 80 …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 D | ChangeLog | 5487 ns_cert_type)
|