Searched refs:ucert (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/apps/
H A Dpkcs12.c499 X509 *ucert = NULL, *x = NULL; local
540 ucert = x;
542 X509_keyid_set1(ucert, NULL, 0);
543 X509_alias_set1(ucert, NULL, 0);
549 if (!ucert) {
595 vret = get_cert_chain(ucert, store, &chain2);
649 p12 = PKCS12_create(cpass, name, key, ucert, certs,
687 if (ucert)
688 X509_free(ucert);

Completed in 50 milliseconds