Lines Matching refs:existingcert
778 X509 *existingcert = NULL; in merge_cert_and_key() local
807 NULL, &existingcert) < 0) { in merge_cert_and_key()
816 if (existingcert != NULL) { in merge_cert_and_key()
857 if (existingcert != NULL) in merge_cert_and_key()
858 (void) X509_free(existingcert); in merge_cert_and_key()
884 X509 *existingcert; in delete_cert_and_keys() local
894 existingcert = sk_X509_value(ks->clcerts, i); in delete_cert_and_keys()
896 existingcert, &fname) >= 0) { in delete_cert_and_keys()
899 existingcert = in delete_cert_and_keys()
901 X509_free(existingcert); in delete_cert_and_keys()
902 existingcert = NULL; in delete_cert_and_keys()
945 existingcert = sk_X509_value(ks->cacerts, i); in delete_cert_and_keys()
947 existingcert, &fname) >= 0) { in delete_cert_and_keys()
950 existingcert = in delete_cert_and_keys()
952 X509_free(existingcert); in delete_cert_and_keys()
953 existingcert = NULL; in delete_cert_and_keys()