Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crl_entry (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509_crl.h52 typedef struct mbedtls_x509_crl_entry struct
62 struct mbedtls_x509_crl_entry *next; argument
64 mbedtls_x509_crl_entry; typedef
85mbedtls_x509_crl_entry entry; /**< The CRL entries containing the certificate revocation times f…
A Dcompat-1.3.h1704 #define _x509_crl_entry mbedtls_x509_crl_entry
2436 #define x509_crl_entry mbedtls_x509_crl_entry
/AliOS-Things-master/components/mbedtls/library/
A Dx509_crl.c236 mbedtls_x509_crl_entry *entry ) in x509_get_entries()
240 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries()
285 cur_entry->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_crl_entry ) ); in x509_get_entries()
636 const mbedtls_x509_crl_entry *entry; in mbedtls_x509_crl_info()
719 mbedtls_x509_crl_entry *entry_cur; in mbedtls_x509_crl_free()
720 mbedtls_x509_crl_entry *entry_prv; in mbedtls_x509_crl_free()
746 sizeof( mbedtls_x509_crl_entry ) ); in mbedtls_x509_crl_free()
A Dx509_crt.c1929 const mbedtls_x509_crl_entry *cur = &crl->entry; in mbedtls_x509_crt_is_revoked()

Completed in 22 milliseconds