Searched defs:existingcert (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c778 X509 *existingcert = NULL; local
807 NULL, &existingcert) < 0) {
816 if (existingcert != NULL) {
857 if (existingcert != NULL)
858 (void) X509_free(existingcert);
884 X509 *existingcert; local
894 existingcert = sk_X509_value(ks->clcerts, i);
896 existingcert, &fname) >= 0) {
899 existingcert =
901 X509_free(existingcert);
[all...]

Completed in 24 milliseconds