/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | x509_crt.h | 41 typedef struct mbedtls_x509_crt { struct 90 struct mbedtls_x509_crt *next; argument 92 mbedtls_x509_crt; typedef 251 mbedtls_x509_crt *MBEDTLS_PRIVATE(crt); 272 mbedtls_x509_crt *MBEDTLS_PRIVATE(trust_ca_cb_result); 286 mbedtls_x509_crt *MBEDTLS_PRIVATE(parent); /* non-null iff parent_in in progress */ 287 mbedtls_x509_crt *MBEDTLS_PRIVATE(fallback_parent); 368 int mbedtls_x509_crt_parse_der(mbedtls_x509_crt *chain, 403 mbedtls_x509_crt const *crt, 453 int mbedtls_x509_crt_parse_der_with_ext_cb(mbedtls_x509_crt *chain, [all …]
|
D | pkcs7.h | 127 mbedtls_x509_crt MBEDTLS_PRIVATE(certs); 196 const mbedtls_x509_crt *cert, 225 const mbedtls_x509_crt *cert,
|
D | ssl.h | 1015 mbedtls_x509_crt *cert, 1081 mbedtls_x509_crt *cert, 1259 mbedtls_x509_crt *MBEDTLS_PRIVATE(peer_cert); /*!< peer X.509 cert chain */ 1509 int(*MBEDTLS_PRIVATE(f_vrfy))(void *, mbedtls_x509_crt *, int, uint32_t *); 1547 mbedtls_x509_crt *MBEDTLS_PRIVATE(ca_chain); /*!< trusted CAs */ 1677 const mbedtls_x509_crt *MBEDTLS_PRIVATE(dn_hints);/*!< acceptable client cert issuers */ 1725 int(*MBEDTLS_PRIVATE(f_vrfy))(void *, mbedtls_x509_crt *, int, uint32_t *); 2157 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), 2476 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), 3476 mbedtls_x509_crt *ca_chain, [all …]
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | x509_crt.c | 76 mbedtls_x509_crt *crt; 862 mbedtls_x509_crt *crt, in x509_get_crt_ext() 1071 static int x509_crt_parse_der_core(mbedtls_x509_crt *crt, in x509_crt_parse_der_core() 1311 static int mbedtls_x509_crt_parse_der_internal(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_internal() 1319 mbedtls_x509_crt *crt = chain, *prev = NULL; in mbedtls_x509_crt_parse_der_internal() 1337 crt->next = mbedtls_calloc(1, sizeof(mbedtls_x509_crt)); in mbedtls_x509_crt_parse_der_internal() 1364 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_nocopy() 1371 int mbedtls_x509_crt_parse_der_with_ext_cb(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_with_ext_cb() 1381 int mbedtls_x509_crt_parse_der(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der() 1392 int mbedtls_x509_crt_parse(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse() [all …]
|
D | debug_internal.h | 136 const char *text, const mbedtls_x509_crt *crt);
|
D | pkcs7.c | 171 mbedtls_x509_crt *certs) in pkcs7_get_certificates() 643 const mbedtls_x509_crt *cert, in mbedtls_pkcs7_data_or_hash_verify() 723 const mbedtls_x509_crt *cert, in mbedtls_pkcs7_signed_data_verify() 734 const mbedtls_x509_crt *cert, in mbedtls_pkcs7_signed_hash_verify()
|
D | ssl_misc.h | 713 mbedtls_x509_crt *ecrs_peer_cert; /*!< The peer's CRT chain. */ 830 mbedtls_x509_crt *sni_ca_chain; /*!< trusted CAs from SNI callback */ 1031 const mbedtls_x509_crt *dn_hints; /*!< acceptable client cert issuers */ 1248 mbedtls_x509_crt *cert; /*!< cert */ 1663 static inline mbedtls_x509_crt *mbedtls_ssl_own_cert(mbedtls_ssl_context *ssl) in mbedtls_ssl_own_cert() 1686 int mbedtls_ssl_check_cert_usage(const mbedtls_x509_crt *cert,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509parse.function | 63 int verify_none(void *data, mbedtls_x509_crt *crt, int certificate_depth, uint32_t *flags) 73 int verify_all(void *data, mbedtls_x509_crt *crt, int certificate_depth, uint32_t *flags) 84 int ca_callback_fail(void *data, mbedtls_x509_crt const *child, mbedtls_x509_crt **candidates) 93 int ca_callback(void *data, mbedtls_x509_crt const *child, 94 mbedtls_x509_crt **candidates) 97 mbedtls_x509_crt *ca = (mbedtls_x509_crt *) data; 98 mbedtls_x509_crt *first; 110 first = mbedtls_calloc(1, sizeof(mbedtls_x509_crt)); 144 int verify_fatal(void *data, mbedtls_x509_crt *crt, int certificate_depth, uint32_t *flags) 201 int verify_print(void *data, mbedtls_x509_crt *crt, int certificate_depth, uint32_t *flags) [all …]
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_test_lib.c | 311 int ca_callback(void *data, mbedtls_x509_crt const *child, in ca_callback() 312 mbedtls_x509_crt **candidates) in ca_callback() 315 mbedtls_x509_crt *ca = (mbedtls_x509_crt *) data; in ca_callback() 316 mbedtls_x509_crt *first; in ca_callback() 328 first = mbedtls_calloc(1, sizeof(mbedtls_x509_crt)); in ca_callback()
|
D | ssl_test_lib.h | 274 int ca_callback(void *data, mbedtls_x509_crt const *child, 275 mbedtls_x509_crt **candidates);
|
D | ssl_pthread_server.c | 287 mbedtls_x509_crt srvcert; in main() 288 mbedtls_x509_crt cachain; in main()
|
D | mini_client.c | 148 mbedtls_x509_crt ca; in main()
|
D | ssl_server2.c | 751 mbedtls_x509_crt *cert; 753 mbedtls_x509_crt *ca; 819 if ((new->cert = mbedtls_calloc(1, sizeof(mbedtls_x509_crt))) == NULL || in sni_parse() 833 if ((new->ca = mbedtls_calloc(1, sizeof(mbedtls_x509_crt))) == NULL) { in sni_parse() 1086 mbedtls_x509_crt *cert; /*!< Certificate corresponding to the key */ 1109 mbedtls_x509_crt *cert, in ssl_async_set_key() 1153 mbedtls_x509_crt *cert, in ssl_async_start() 1221 mbedtls_x509_crt *cert, in ssl_async_sign() 1232 mbedtls_x509_crt *cert, in ssl_async_decrypt() 1540 mbedtls_x509_crt cacert; in main() [all …]
|
D | ssl_client1.c | 68 mbedtls_x509_crt cacert; in main()
|
/openthread-latest/third_party/mbedtls/repo/programs/x509/ |
D | cert_app.c | 99 static int my_verify(void *data, mbedtls_x509_crt *crt, int depth, uint32_t *flags) in my_verify() 128 mbedtls_x509_crt cacert; in main() 265 mbedtls_x509_crt crt; in main() 266 mbedtls_x509_crt *cur = &crt; in main()
|
D | load_roots.c | 53 mbedtls_x509_crt cas; in read_certificates()
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | fuzz_x509crt.c | 8 mbedtls_x509_crt crt; in LLVMFuzzerTestOneInput()
|
D | fuzz_dtlsclient.c | 18 static mbedtls_x509_crt cacert;
|
D | fuzz_client.c | 16 static mbedtls_x509_crt cacert;
|
D | fuzz_dtlsserver.c | 23 static mbedtls_x509_crt srvcert;
|
D | fuzz_server.c | 18 static mbedtls_x509_crt srvcert;
|
/openthread-latest/src/core/meshcop/ |
D | secure_transport.hpp | 544 mbedtls_x509_crt mCaChain; 545 mbedtls_x509_crt mOwnCert; 564 Error GetThreadAttributeFromCertificate(const mbedtls_x509_crt *aCert,
|
D | secure_transport.cpp | 1244 mbedtls_x509_crt *peerCert; in GetPeerSubjectAttributeByOid() 1249 peerCert = const_cast<mbedtls_x509_crt *>(mbedtls_ssl_get_peer_cert(&session->mSsl)); in GetPeerSubjectAttributeByOid() 1282 const mbedtls_x509_crt *cert; in GetThreadAttributeFromPeerCertificate() 1298 const mbedtls_x509_crt *cert = &mEcdheEcdsaInfo.mOwnCert; in GetThreadAttributeFromOwnCertificate() 1303 Error SecureTransport::Extension::GetThreadAttributeFromCertificate(const mbedtls_x509_crt *aCert, in GetThreadAttributeFromCertificate()
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | ssl_helpers.h | 188 mbedtls_x509_crt *ca_cert; 189 mbedtls_x509_crt *cert;
|
/openthread-latest/src/cli/ |
D | cli_tcp.hpp | 160 mbedtls_x509_crt mSrvCert;
|