Lines Matching refs:first
98 mbedtls_x509_crt *first;
110 first = mbedtls_calloc(1, sizeof(mbedtls_x509_crt));
111 if (first == NULL) {
115 mbedtls_x509_crt_init(first);
117 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) {
124 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) {
133 mbedtls_x509_crt_free(first);
134 mbedtls_free(first);
135 first = NULL;
138 *candidates = first;
993 // Iterate over RDN nodes and print OID of first element to buffer