Lines Matching refs:next
49 if (cert->next) {
51 "was still on a list (next=%p)\n",
52 cert, cert->next);
68 struct x509_certificate *next;
71 next = cert->next;
72 cert->next = NULL;
74 cert = next;
182 struct x509_algorithm_identifier *id, const u8 **next)
208 *next = end;
221 const u8 **next)
249 *next = end;
293 const u8 **next)
325 end = *next = pos + hdr.length;
651 struct x509_certificate *cert, const u8 **next)
683 *next = pos + plen;
695 plen = *next - pos;
1107 const u8 *pos, size_t len, const u8 **next)
1132 *next = end = pos + hdr.length;
1220 const u8 **next)
1238 end = *next = pos + hdr.length;
1585 const u8 *pos, *end, *next, *da_end;
1669 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &next)) {
1843 for (cert = chain, idx = 0; cert; cert = cert->next, idx++) {
1862 if (cert->next) {
1864 &cert->next->subject) != 0) {
1871 x509_name_string(&cert->next->subject, buf,
1873 wpa_printf(MSG_DEBUG, "X509: next cert "
1879 if (x509_valid_issuer(cert->next) < 0) {
1884 if ((cert->next->extensions_present &
1886 idx > cert->next->path_len_constraint) {
1890 cert->next->path_len_constraint);
1895 if (x509_certificate_check_signature(cert->next, cert)
1905 for (trust = trusted; trust; trust = trust->next) {
1963 for (cert = chain; cert; cert = cert->next) {