Lines Matching refs:entry
217 mbedtls_x509_crl_entry *entry) in x509_get_entries() argument
221 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries()
444 if ((ret = x509_get_entries(&p, end, &crl->entry)) != 0) { in mbedtls_x509_crl_parse_der()
600 const mbedtls_x509_crl_entry *entry; in mbedtls_x509_crl_info() local
628 entry = &crl->entry; in mbedtls_x509_crl_info()
634 while (entry != NULL && entry->raw.len != 0) { in mbedtls_x509_crl_info()
639 ret = mbedtls_x509_serial_gets(p, n, &entry->serial); in mbedtls_x509_crl_info()
644 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
645 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
646 entry->revocation_date.min, entry->revocation_date.sec); in mbedtls_x509_crl_info()
649 entry = entry->next; in mbedtls_x509_crl_info()
691 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()