Searched refs:ca_crl (Results 1 – 4 of 4) sorted by relevance
/net-tools-3.4.0/mbedtls-2.4.0/library/ |
D | x509_crt.c | 1896 mbedtls_x509_crl *ca_crl, in x509_crt_verify_top() argument 2001 *flags |= x509_crt_verifycrl( child, trust_ca, ca_crl, profile ); in x509_crt_verify_top() 2003 ((void) ca_crl); in x509_crt_verify_top() 2030 mbedtls_x509_crt *trust_ca, mbedtls_x509_crl *ca_crl, in x509_crt_verify_child() argument 2090 *flags |= x509_crt_verifycrl(child, parent, ca_crl, profile ); in x509_crt_verify_child() 2105 ret = x509_crt_verify_top( parent, grandparent, ca_crl, profile, in x509_crt_verify_child() 2134 ret = x509_crt_verify_child( parent, grandparent, trust_ca, ca_crl, in x509_crt_verify_child() 2142 ret = x509_crt_verify_top( parent, trust_ca, ca_crl, profile, in x509_crt_verify_child() 2165 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify() argument 2170 return( mbedtls_x509_crt_verify_with_profile( crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify() [all …]
|
D | ssl_tls.c | 4420 mbedtls_x509_crl *ca_crl; in mbedtls_ssl_parse_certificate() local 4426 ca_crl = ssl->handshake->sni_ca_crl; in mbedtls_ssl_parse_certificate() 4432 ca_crl = ssl->conf->ca_crl; in mbedtls_ssl_parse_certificate() 4446 ca_chain, ca_crl, in mbedtls_ssl_parse_certificate() 5764 mbedtls_x509_crl *ca_crl ) in mbedtls_ssl_conf_ca_chain() argument 5767 conf->ca_crl = ca_crl; in mbedtls_ssl_conf_ca_chain() 5782 mbedtls_x509_crl *ca_crl ) in mbedtls_ssl_set_hs_ca_chain() argument 5785 ssl->handshake->sni_ca_crl = ca_crl; in mbedtls_ssl_set_hs_ca_chain()
|
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/ |
D | x509_crt.h | 301 mbedtls_x509_crl *ca_crl, 335 mbedtls_x509_crl *ca_crl,
|
D | ssl.h | 654 mbedtls_x509_crl *ca_crl; /*!< trusted CAs CRLs */ member 1585 mbedtls_x509_crl *ca_crl ); 1830 mbedtls_x509_crl *ca_crl );
|