Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c3278 mbedtls_x509_crt *cert_cur = crt; in mbedtls_x509_crt_free() local
3290 mbedtls_pk_free( &cert_cur->pk ); in mbedtls_x509_crt_free()
3296 name_cur = cert_cur->issuer.next; in mbedtls_x509_crt_free()
3344 if( cert_cur->raw.p != NULL && cert_cur->own_buffer ) in mbedtls_x509_crt_free()
3346 mbedtls_platform_zeroize( cert_cur->raw.p, cert_cur->raw.len ); in mbedtls_x509_crt_free()
3350 cert_cur = cert_cur->next; in mbedtls_x509_crt_free()
3352 while( cert_cur != NULL ); in mbedtls_x509_crt_free()
3354 cert_cur = crt; in mbedtls_x509_crt_free()
3357 cert_prv = cert_cur; in mbedtls_x509_crt_free()
3358 cert_cur = cert_cur->next; in mbedtls_x509_crt_free()
[all …]

Completed in 8 milliseconds