Searched refs:seq_cur (Results 1 – 1 of 1) sorted by relevance
696 seq_prv = seq_cur; in x509_get_subject_alt_name()697 seq_cur = seq_cur->next; in x509_get_subject_alt_name()3307 while( seq_cur != NULL ) in mbedtls_x509_crt_free()3309 seq_prv = seq_cur; in mbedtls_x509_crt_free()3310 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()3317 while( seq_cur != NULL ) in mbedtls_x509_crt_free()3319 seq_prv = seq_cur; in mbedtls_x509_crt_free()3320 seq_cur = seq_cur->next; in mbedtls_x509_crt_free()3327 while( seq_cur != NULL ) in mbedtls_x509_crt_free()3329 seq_prv = seq_cur; in mbedtls_x509_crt_free()[all …]
Completed in 7 milliseconds