Searched refs:mbedtls_x509_crl_entry (Results 1 – 5 of 5) sorted by relevance
51 typedef struct mbedtls_x509_crl_entry struct61 struct mbedtls_x509_crl_entry *next; argument63 mbedtls_x509_crl_entry; typedef84 …mbedtls_x509_crl_entry entry; /**< The CRL entries containing the certificate revocation times f…
1742 #define _x509_crl_entry mbedtls_x509_crl_entry2543 #define x509_crl_entry mbedtls_x509_crl_entry
191 mbedtls_x509_crl_entry *entry ) in x509_get_entries()195 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries()240 cur_entry->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_crl_entry ) ); in x509_get_entries()586 const mbedtls_x509_crl_entry *entry; in mbedtls_x509_crl_info()669 mbedtls_x509_crl_entry *entry_cur; in mbedtls_x509_crl_free()670 mbedtls_x509_crl_entry *entry_prv; in mbedtls_x509_crl_free()695 mbedtls_zeroize( entry_prv, sizeof( mbedtls_x509_crl_entry ) ); in mbedtls_x509_crl_free()
1608 const mbedtls_x509_crl_entry *cur = &crl->entry; in mbedtls_x509_crt_is_revoked()
1286 _x509_crl_entry mbedtls_x509_crl_entry2086 x509_crl_entry mbedtls_x509_crl_entry