Home | History | Annotate | Download | only in apps

Lines Matching full:upkey

177 	EVP_PKEY *Upkey=NULL,*CApkey=NULL;
958 if (Upkey == NULL)
960 Upkey=load_key(bio_err,
963 if (Upkey == NULL) goto end;
967 if (!sign(x,Upkey,days,clrext,digest,
1094 EVP_PKEY_free(Upkey);
1157 EVP_PKEY *upkey;
1159 upkey = X509_get_pubkey(xca);
1160 EVP_PKEY_copy_parameters(upkey,pkey);
1161 EVP_PKEY_free(upkey);