Lines Matching refs:MBEDTLS_PRIVATE

42     int MBEDTLS_PRIVATE(own_buffer);                     /**< Indicates if \c raw is owned
72 …int MBEDTLS_PRIVATE(ext_types); /**< Bit string containing detected and parsed extens…
73 …int MBEDTLS_PRIVATE(ca_istrue); /**< Optional Basic Constraint extension value: 1 if …
74 …int MBEDTLS_PRIVATE(max_pathlen); /**< Optional Basic Constraint extension value: The m…
76 …unsigned int MBEDTLS_PRIVATE(key_usage); /**< Optional key usage extension value: See the valu…
80 …unsigned char MBEDTLS_PRIVATE(ns_cert_type); /**< Optional Netscape certificate type extension val…
82 …mbedtls_x509_buf MBEDTLS_PRIVATE(sig); /**< Signature: hash of the tbs part signed w…
83 …mbedtls_md_type_t MBEDTLS_PRIVATE(sig_md); /**< Internal representation of the MD algori…
84 …mbedtls_pk_type_t MBEDTLS_PRIVATE(sig_pk); /**< Internal representation of the Public Ke…
85 …void *MBEDTLS_PRIVATE(sig_opts); /**< Signature options to be passed to mbedtls_pk_ver…
218 int MBEDTLS_PRIVATE(version);
219 unsigned char MBEDTLS_PRIVATE(serial)[MBEDTLS_X509_RFC5280_MAX_SERIAL_LEN];
220 size_t MBEDTLS_PRIVATE(serial_len);
221 mbedtls_pk_context *MBEDTLS_PRIVATE(subject_key);
222 mbedtls_pk_context *MBEDTLS_PRIVATE(issuer_key);
223 mbedtls_asn1_named_data *MBEDTLS_PRIVATE(subject);
224 mbedtls_asn1_named_data *MBEDTLS_PRIVATE(issuer);
225 mbedtls_md_type_t MBEDTLS_PRIVATE(md_alg);
226 char MBEDTLS_PRIVATE(not_before)[MBEDTLS_X509_RFC5280_UTC_TIME_LEN + 1];
227 char MBEDTLS_PRIVATE(not_after)[MBEDTLS_X509_RFC5280_UTC_TIME_LEN + 1];
228 mbedtls_asn1_named_data *MBEDTLS_PRIVATE(extensions);
251 mbedtls_x509_crt *MBEDTLS_PRIVATE(crt);
252 uint32_t MBEDTLS_PRIVATE(flags);
264 mbedtls_x509_crt_verify_chain_item MBEDTLS_PRIVATE(items)[MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE];
265 unsigned MBEDTLS_PRIVATE(len);
272 mbedtls_x509_crt *MBEDTLS_PRIVATE(trust_ca_cb_result);
283 mbedtls_pk_restart_ctx MBEDTLS_PRIVATE(pk);
286 mbedtls_x509_crt *MBEDTLS_PRIVATE(parent); /* non-null iff parent_in in progress */
287 mbedtls_x509_crt *MBEDTLS_PRIVATE(fallback_parent);
288 int MBEDTLS_PRIVATE(fallback_signature_is_good);
291 int MBEDTLS_PRIVATE(parent_is_trusted); /* -1 if find_parent is not in progress */
297 } MBEDTLS_PRIVATE(in_progress); /* none if no operation is in progress */
298 int MBEDTLS_PRIVATE(self_cnt);
299 mbedtls_x509_crt_verify_chain MBEDTLS_PRIVATE(ver_chain);
916 return ctx->MBEDTLS_PRIVATE(ext_types) & ext_type; in mbedtls_x509_crt_has_ext_type()