• Home
  • Raw
  • Download

Lines Matching refs:mbedtls_x509_crt

54 typedef struct mbedtls_x509_crt {  struct
101 struct mbedtls_x509_crt *next; argument
103 mbedtls_x509_crt; typedef
247 mbedtls_x509_crt *MBEDTLS_PRIVATE(crt);
268 mbedtls_x509_crt *MBEDTLS_PRIVATE(trust_ca_cb_result);
282 mbedtls_x509_crt *MBEDTLS_PRIVATE(parent); /* non-null iff parent_in in progress */
283 mbedtls_x509_crt *MBEDTLS_PRIVATE(fallback_parent);
364 int mbedtls_x509_crt_parse_der(mbedtls_x509_crt *chain,
399 mbedtls_x509_crt const *crt,
449 int mbedtls_x509_crt_parse_der_with_ext_cb(mbedtls_x509_crt *chain,
487 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain,
525 int mbedtls_x509_crt_parse(mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen);
545 int mbedtls_x509_crt_parse_file(mbedtls_x509_crt *chain, const char *path);
560 int mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path);
577 const mbedtls_x509_crt *crt);
661 int mbedtls_x509_crt_verify(mbedtls_x509_crt *crt,
662 mbedtls_x509_crt *trust_ca,
665 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),
702 int mbedtls_x509_crt_verify_with_profile(mbedtls_x509_crt *crt,
703 mbedtls_x509_crt *trust_ca,
707 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),
736 int mbedtls_x509_crt_verify_restartable(mbedtls_x509_crt *crt,
737 mbedtls_x509_crt *trust_ca,
741 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),
776 mbedtls_x509_crt const *child,
777 mbedtls_x509_crt **candidate_cas);
802 int mbedtls_x509_crt_verify_with_ca_cb(mbedtls_x509_crt *crt,
807 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),
833 int mbedtls_x509_crt_check_key_usage(const mbedtls_x509_crt *crt,
849 int mbedtls_x509_crt_check_extended_key_usage(const mbedtls_x509_crt *crt,
863 int mbedtls_x509_crt_is_revoked(const mbedtls_x509_crt *crt, const mbedtls_x509_crl *crl);
871 void mbedtls_x509_crt_init(mbedtls_x509_crt *crt);
878 void mbedtls_x509_crt_free(mbedtls_x509_crt *crt);
904 static inline int mbedtls_x509_crt_has_ext_type(const mbedtls_x509_crt *ctx, in mbedtls_x509_crt_has_ext_type()