Lines Matching refs:entry
231 mbedtls_x509_crl_entry *entry ) in x509_get_entries() argument
235 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries()
465 if( ( ret = x509_get_entries( &p, end, &crl->entry ) ) != 0 ) in mbedtls_x509_crl_parse_der()
631 const mbedtls_x509_crl_entry *entry; in mbedtls_x509_crl_info() local
659 entry = &crl->entry; in mbedtls_x509_crl_info()
665 while( entry != NULL && entry->raw.len != 0 ) in mbedtls_x509_crl_info()
671 ret = mbedtls_x509_serial_gets( p, n, &entry->serial ); in mbedtls_x509_crl_info()
676 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
677 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
678 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
681 entry = entry->next; in mbedtls_x509_crl_info()
735 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()