/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | x509_crt.h | 41 typedef struct mbedtls_x509_crt { struct 44 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */ 45 …_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */ 47 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ 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 */ 51 … mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */ 52 … mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */ 54 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ 55 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ [all …]
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | x509_crt.h | 41 typedef struct mbedtls_x509_crt { struct 44 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */ 45 …_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */ 47 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ 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 */ 51 … mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */ 52 … mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */ 54 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ 55 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | x509_crt.c | 3012 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in x509_crt_merge_flags_with_cb() argument 3053 static int x509_crt_verify_restartable_ca_cb(mbedtls_x509_crt *crt, in x509_crt_verify_restartable_ca_cb() argument 3149 int mbedtls_x509_crt_verify(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() argument 3166 int mbedtls_x509_crt_verify_with_profile(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_profile() argument 3185 int mbedtls_x509_crt_verify_with_ca_cb(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_ca_cb() argument 3200 int mbedtls_x509_crt_verify_restartable(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_restartable() argument
|
H A D | ssl_tls.c | 1672 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument 1953 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509_crt.c | 3011 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in x509_crt_merge_flags_with_cb() argument 3052 static int x509_crt_verify_restartable_ca_cb(mbedtls_x509_crt *crt, in x509_crt_verify_restartable_ca_cb() argument 3148 int mbedtls_x509_crt_verify(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() argument 3165 int mbedtls_x509_crt_verify_with_profile(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_profile() argument 3184 int mbedtls_x509_crt_verify_with_ca_cb(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_ca_cb() argument 3199 int mbedtls_x509_crt_verify_restartable(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_restartable() argument
|
H A D | ssl_tls.c | 1644 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument 1925 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
H A D | ssl_lib.c | 1083 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
|