Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dx509_crl.c715 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free() local
731 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()
740 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
750 if( crl_cur->raw.p != NULL ) in mbedtls_x509_crl_free()
752 mbedtls_platform_zeroize( crl_cur->raw.p, crl_cur->raw.len ); in mbedtls_x509_crl_free()
756 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
758 while( crl_cur != NULL ); in mbedtls_x509_crl_free()
760 crl_cur = crl; in mbedtls_x509_crl_free()
763 crl_prv = crl_cur; in mbedtls_x509_crl_free()
764 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
[all …]

Completed in 4 milliseconds