Home
last modified time | relevance | path

Searched defs:crl (Results 1 – 5 of 5) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/library/
Dx509_crl.c262 mbedtls_x509_crl *crl = chain; in mbedtls_x509_crl_parse_der() local
581 const mbedtls_x509_crl *crl ) in mbedtls_x509_crl_info()
655 void mbedtls_x509_crl_init( mbedtls_x509_crl *crl ) in mbedtls_x509_crl_init()
663 void mbedtls_x509_crl_free( mbedtls_x509_crl *crl ) in mbedtls_x509_crl_free()
Dx509_crt.c1606 int mbedtls_x509_crt_is_revoked( const mbedtls_x509_crt *crt, const mbedtls_x509_crl *crl ) in mbedtls_x509_crt_is_revoked()
/net-tools-latest/mbedtls-2.4.0/programs/test/
Dssl_cert_test.c85 mbedtls_x509_crl crl; in main() local
/net-tools-latest/mbedtls-2.4.0/programs/x509/
Dcrl_app.c72 mbedtls_x509_crl crl; in main() local
/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c491 mbedtls_x509_crl* crl; member