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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c168 EVP_PKEY *Upkey=NULL,*CApkey=NULL; local
908 if (Upkey == NULL)
910 Upkey=load_key(bio_err,
913 if (Upkey == NULL) goto end;
916 if (Upkey->type == EVP_PKEY_DSA)
920 if (Upkey->type == EVP_PKEY_EC)
925 if (!sign(x,Upkey,days,clrext,digest,
1069 EVP_PKEY_free(Upkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c183 EVP_PKEY *Upkey = NULL, *CApkey = NULL, *fkey = NULL; local
912 if (Upkey == NULL) {
913 Upkey = load_key(bio_err,
916 if (Upkey == NULL)
921 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect))
1034 EVP_PKEY_free(Upkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c183 EVP_PKEY *Upkey = NULL, *CApkey = NULL, *fkey = NULL; local
912 if (Upkey == NULL) {
913 Upkey = load_key(bio_err,
916 if (Upkey == NULL)
921 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect))
1034 EVP_PKEY_free(Upkey);

Completed in 69 milliseconds