Lines Matching refs:first
103 mbedtls_x509_crt *first;
115 first = mbedtls_calloc(1, sizeof(mbedtls_x509_crt));
116 if (first == NULL) {
120 mbedtls_x509_crt_init(first);
122 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) {
129 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) {
138 mbedtls_x509_crt_free(first);
139 mbedtls_free(first);
140 first = NULL;
143 *candidates = first;
1006 // Iterate over RDN nodes and print OID of first element to buffer