Searched refs:cert_infos (Results 1 – 1 of 1) sorted by relevance
3675 X509_INFO **cert_infos = NULL; in extract_pem() local3691 cert_infos = (X509_INFO **)malloc(sk_X509_INFO_num(x509_info_stack) * in extract_pem()3693 if (cert_infos == NULL) { in extract_pem()3700 cert_infos[ncerts] = sk_X509_INFO_value(x509_info_stack, i); in extract_pem()3716 x = cert_infos[ncerts - 1]->x509; in extract_pem()3740 info = cert_infos[ncerts - 1 - i]; in extract_pem()3787 if (cert_infos != NULL) in extract_pem()3788 free(cert_infos); in extract_pem()