Home
last modified time | relevance | path

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

/external/openthread/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 …]
/external/mbedtls/include/mbedtls/
Dx509_crt.h54 typedef struct mbedtls_x509_crt struct
58 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */
59 …_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */
61 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */
62 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */
63 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */
65 … mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */
66 … mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */
68 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
69 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
[all …]
/external/mbedtls/library/
Dx509_crt.c3078 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in x509_crt_merge_flags_with_cb() argument
3118 static int x509_crt_verify_restartable_ca_cb( mbedtls_x509_crt *crt, in x509_crt_verify_restartable_ca_cb() argument
3206 int mbedtls_x509_crt_verify( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() argument
3223 int mbedtls_x509_crt_verify_with_profile( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_profile() argument
3242 int mbedtls_x509_crt_verify_with_ca_cb( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_ca_cb() argument
3257 int mbedtls_x509_crt_verify_restartable( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_restartable() argument
Dssl_tls.c1572 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument
1857 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument
/external/openthread/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
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c1083 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *)) in SSL_CTX_set_verify() argument
1094 void SSL_set_verify(SSL *ssl, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *)) in SSL_set_verify() argument