Lines Matching refs:entry
233 mbedtls_x509_crl_entry *entry ) in x509_get_entries() argument
237 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries()
467 if( ( ret = x509_get_entries( &p, end, &crl->entry ) ) != 0 ) in mbedtls_x509_crl_parse_der()
633 const mbedtls_x509_crl_entry *entry; in mbedtls_x509_crl_info() local
661 entry = &crl->entry; in mbedtls_x509_crl_info()
667 while( entry != NULL && entry->raw.len != 0 ) in mbedtls_x509_crl_info()
673 ret = mbedtls_x509_serial_gets( p, n, &entry->serial ); in mbedtls_x509_crl_info()
678 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
679 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
680 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
683 entry = entry->next; in mbedtls_x509_crl_info()
737 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()