Home
last modified time | relevance | path

Searched refs:mbedtls_x509_buf (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/interface/include/mbedtls/
Dx509_crl.h41 mbedtls_x509_buf raw;
43 mbedtls_x509_buf serial;
51 mbedtls_x509_buf entry_ext;
65 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */
66mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed…
69 mbedtls_x509_buf sig_oid; /**< CRL signature type identifier */
71 mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). */
80 mbedtls_x509_buf crl_ext;
82 mbedtls_x509_buf MBEDTLS_PRIVATE(sig_oid2);
83 mbedtls_x509_buf MBEDTLS_PRIVATE(sig);
Dx509.h216 typedef mbedtls_asn1_buf mbedtls_x509_buf; typedef
238 mbedtls_x509_buf keyIdentifier;
240 mbedtls_x509_buf authorityCertSerialNumber;
241 mbedtls_x509_buf raw;
267 mbedtls_x509_buf type_id; /**< The type id. */
276 mbedtls_x509_buf oid; /**< The object identifier. */
277 mbedtls_x509_buf val; /**< The named value. */
297mbedtls_x509_buf unstructured_name; /**< The buffer for the unstructured types. rfc822Name, dnsNam…
373 int mbedtls_x509_serial_gets(char *buf, size_t size, const mbedtls_x509_buf *serial);
460 int mbedtls_x509_parse_subject_alt_name(const mbedtls_x509_buf *san_buf,
Dx509_csr.h39 mbedtls_x509_buf raw; /**< The raw CSR data (DER). */
40 mbedtls_x509_buf cri; /**< The raw CertificateRequestInfo body (DER). */
44 mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). */
55 mbedtls_x509_buf sig_oid;
56 mbedtls_x509_buf MBEDTLS_PRIVATE(sig);
125 mbedtls_x509_buf const *oid,
Dpkcs7.h110 mbedtls_x509_buf MBEDTLS_PRIVATE(serial);
112 mbedtls_x509_buf MBEDTLS_PRIVATE(issuer_raw);
113 mbedtls_x509_buf MBEDTLS_PRIVATE(alg_identifier);
114 mbedtls_x509_buf MBEDTLS_PRIVATE(sig_alg_identifier);
115 mbedtls_x509_buf MBEDTLS_PRIVATE(sig);
Dx509_crt.h44 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */
45mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si…
48 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */
49 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */
51mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */
52mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */
60 mbedtls_x509_buf pk_raw;
63 mbedtls_x509_buf issuer_id; /**< Optional X.509 v2/v3 issuer unique identifier. */
64 mbedtls_x509_buf subject_id; /**< Optional X.509 v2/v3 subject unique identifier. */
65 mbedtls_x509_buf v3_ext; /**< Optional X.509 v3 extensions. */
[all …]