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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/eay/
H A Dloadrsa.c24 RSA *rsa,*pub_rsa,*priv_rsa; local
46 priv_rsa=d2i_RSAPrivateKey(NULL,&p,(long)len);
48 if ((pub_rsa == NULL) || (priv_rsa == NULL))
52 RSA_free(priv_rsa);

Completed in 42 milliseconds