Lines Matching refs:first
97 mbedtls_x509_crt *first;
109 first = mbedtls_calloc(1, sizeof(mbedtls_x509_crt));
110 if (first == NULL) {
114 mbedtls_x509_crt_init(first);
116 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) {
123 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) {
132 mbedtls_x509_crt_free(first);
133 mbedtls_free(first);
134 first = NULL;
137 *candidates = first;
960 // Iterate over RDN nodes and print OID of first element to buffer