Home
last modified time | relevance | path

Searched defs:mbedtls_x509_crt (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h52 typedef struct mbedtls_x509_crt struct
54 int own_buffer; /**< Indicates if \c raw is owned
56 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */
57 …_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */
59 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */
60 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */
61 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */
63 … mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */
64 … mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */
66 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
[all …]
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dx509_crt.c3068 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in x509_crt_merge_flags_with_cb() argument
3108 static int x509_crt_verify_restartable_ca_cb( mbedtls_x509_crt *crt, in x509_crt_verify_restartable_ca_cb() argument
3196 int mbedtls_x509_crt_verify( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() argument
3213 int mbedtls_x509_crt_verify_with_profile( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_profile() argument
3232 int mbedtls_x509_crt_verify_with_ca_cb( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_ca_cb() argument
3247 int mbedtls_x509_crt_verify_restartable( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_restartable() argument
Dssl_tls.c4180 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument
4400 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument