Searched refs:pemdata (Results 1 – 1 of 1) sorted by relevance
1270 char *pemdata; in test_pem_read_one() local1273 pemdata = glue_strings(pemdataraw, &len); in test_pem_read_one()1274 if (pemdata == NULL) { in test_pem_read_one()1279 pem = BIO_new_mem_buf(pemdata, len); in test_pem_read_one()1292 OPENSSL_free(pemdata); in test_pem_read_one()