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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dx509.c169 EVP_PKEY *Upkey = NULL, *CApkey = NULL; local
818 if (Upkey == NULL) {
819 Upkey = load_key(bio_err,
822 if (Upkey == NULL)
826 if (Upkey->type == EVP_PKEY_DSA)
830 if (Upkey->type == EVP_PKEY_EC)
835 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect))
960 EVP_PKEY_free(Upkey);

Completed in 50 milliseconds