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

/macosx-10.10/OpenSSL098-52/src/apps/
H A Dx509.c169 EVP_PKEY *Upkey=NULL,*CApkey=NULL; local
913 if (Upkey == NULL)
915 Upkey=load_key(bio_err,
918 if (Upkey == NULL) goto end;
921 if (Upkey->type == EVP_PKEY_DSA)
925 if (Upkey->type == EVP_PKEY_EC)
930 if (!sign(x,Upkey,days,clrext,digest,
1074 EVP_PKEY_free(Upkey);

Completed in 69 milliseconds