Searched refs:pemdata (Results 1 – 1 of 1) sorted by relevance
1277 char *pemdata; in test_pem_read_one() local1280 pemdata = glue_strings(pemdataraw, &len); in test_pem_read_one()1281 if (pemdata == NULL) { in test_pem_read_one()1286 pem = BIO_new_mem_buf(pemdata, len); in test_pem_read_one()1299 OPENSSL_free(pemdata); in test_pem_read_one()