Lines Matching defs:crt
2423 const mbedtls_x509_crt *crt;
2536 crt = ssl->handshake->dn_hints;
2540 crt = ssl->conf->dn_hints;
2545 crt = ssl->handshake->sni_ca_chain;
2548 crt = ssl->conf->ca_chain;
2550 while (crt != NULL && crt->version != 0) {
2553 dn_size = (uint16_t) crt->subject_raw.len;
2562 memcpy(p, crt->subject_raw.p, dn_size);
2568 crt = crt->next;