Searched refs:first (Results 1 – 2 of 2) sorted by relevance
308 mbedtls_x509_crt *first; in ca_callback() local320 first = mbedtls_calloc(1, sizeof(mbedtls_x509_crt)); in ca_callback()321 if (first == NULL) { in ca_callback()325 mbedtls_x509_crt_init(first); in ca_callback()327 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { in ca_callback()334 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { in ca_callback()343 mbedtls_x509_crt_free(first); in ca_callback()344 mbedtls_free(first); in ca_callback()345 first = NULL; in ca_callback()348 *candidates = first; in ca_callback()
26 To run the fuzz targets without oss-fuzz, you first need to install one libFuzzingEngine (libFuzzer…
Completed in 8 milliseconds