Lines Matching defs:ext
330 const mbedtls_asn1_sequence *ext;
341 for (ext = exts; ext->next != last_ext; ext = ext->next) {
343 if (ext->buf.tag != MBEDTLS_ASN1_OID) {
346 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_raw_buffer(&c, buf, ext->buf.p, ext->buf.len));
347 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_len(&c, buf, ext->buf.len));
349 last_ext = ext;