Lines Matching defs:next
1827 mbedtls_ssl_key_cert *cur = key_cert, *next;
1830 next = cur->next;
1832 cur = next;
1858 new_cert->next = NULL;
1865 while (cur->next != NULL) {
1866 cur = cur->next;
1868 cur->next = new_cert;
4472 * We proceed to the next handshake step only when all data from the
4656 * during the next calls to mbedtls_ssl_renegotiate() or mbedtls_ssl_read() respectively.
7647 i += n; crt = crt->next;
7780 /* Check that there's room for the next CRT's length fields. */
7798 /* Read length of the next CRT in the chain. */
7835 /* Parse the next certificate in the chain. */