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

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dx509.c175 EVP_PKEY *Upkey=NULL,*CApkey=NULL; local
947 if (Upkey == NULL)
949 Upkey=load_key(bio_err,
952 if (Upkey == NULL) goto end;
956 if (!sign(x,Upkey,days,clrext,digest,
1082 EVP_PKEY_free(Upkey);

Completed in 26 milliseconds