Lines Matching refs:entry
191 mbedtls_x509_crl_entry *entry ) in x509_get_entries() argument
195 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries()
421 if( ( ret = x509_get_entries( &p, end, &crl->entry ) ) != 0 ) in mbedtls_x509_crl_parse_der()
586 const mbedtls_x509_crl_entry *entry; in mbedtls_x509_crl_info() local
614 entry = &crl->entry; in mbedtls_x509_crl_info()
620 while( entry != NULL && entry->raw.len != 0 ) in mbedtls_x509_crl_info()
626 ret = mbedtls_x509_serial_gets( p, n, &entry->serial ); in mbedtls_x509_crl_info()
631 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
632 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
633 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
636 entry = entry->next; in mbedtls_x509_crl_info()
690 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()