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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpkcs12.c422 X509 *ucert = NULL, *x = NULL; local
469 ucert = x;
471 X509_keyid_set1(ucert, NULL, 0);
472 X509_alias_set1(ucert, NULL, 0);
478 if (!ucert)
528 vret = get_cert_chain (ucert, store, &chain2);
579 p12 = PKCS12_create(cpass, name, key, ucert, certs,
609 if (ucert) X509_free(ucert);

Completed in 61 milliseconds