Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crl (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_crl.h64 typedef struct mbedtls_x509_crl { struct
91 struct mbedtls_x509_crl *next; argument
93 mbedtls_x509_crl; typedef
109 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain,
127 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen);
144 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path);
160 const mbedtls_x509_crl *crl);
168 void mbedtls_x509_crl_init(mbedtls_x509_crl *crl);
175 void mbedtls_x509_crl_free(mbedtls_x509_crl *crl);
H A Dx509_crt.h672 mbedtls_x509_crl *ca_crl,
713 mbedtls_x509_crl *ca_crl,
747 mbedtls_x509_crl *ca_crl,
872 int mbedtls_x509_crt_is_revoked(const mbedtls_x509_crt *crt, const mbedtls_x509_crl *crl);
H A Dpkcs7.h129 mbedtls_x509_crl MBEDTLS_PRIVATE(crl);
H A Dssl.h1604 mbedtls_x509_crl *MBEDTLS_PRIVATE(ca_crl); /*!< trusted CAs CRLs */
3590 mbedtls_x509_crl *ca_crl);
4169 mbedtls_x509_crl *ca_crl);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crl.c283 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der()
290 mbedtls_x509_crl *crl = chain; in mbedtls_x509_crl_parse_der()
311 crl->next = mbedtls_calloc(1, sizeof(mbedtls_x509_crl)); in mbedtls_x509_crl_parse_der()
505 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse()
567 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path) in mbedtls_x509_crl_parse_file()
595 const mbedtls_x509_crl *crl) in mbedtls_x509_crl_info()
669 void mbedtls_x509_crl_init(mbedtls_x509_crl *crl) in mbedtls_x509_crl_init()
671 memset(crl, 0, sizeof(mbedtls_x509_crl)); in mbedtls_x509_crl_init()
677 void mbedtls_x509_crl_free(mbedtls_x509_crl *crl) in mbedtls_x509_crl_free()
679 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free()
[all …]
H A Dx509_crt.c1990 int mbedtls_x509_crt_is_revoked(const mbedtls_x509_crt *crt, const mbedtls_x509_crl *crl) in mbedtls_x509_crt_is_revoked()
2011 mbedtls_x509_crl *crl_list, in x509_crt_verifycrl()
2509 mbedtls_x509_crl *ca_crl, in x509_crt_verify_chain()
3057 mbedtls_x509_crl *ca_crl, in x509_crt_verify_restartable_ca_cb()
3153 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify()
3170 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify_with_profile()
3204 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify_restartable()
H A Dssl_misc.h835 mbedtls_x509_crl *sni_ca_crl; /*!< trusted CAs CRLs from SNI */
H A Dssl_tls.c1882 mbedtls_x509_crl *ca_crl) in mbedtls_ssl_conf_ca_chain()
1929 mbedtls_x509_crl *ca_crl) in mbedtls_ssl_set_hs_ca_chain()
9920 mbedtls_x509_crl *ca_crl; in mbedtls_ssl_verify_certificate()