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

/barrelfish-master/lib/openssl-1.0.0d/demos/eay/
H A Dloadrsa.c24 RSA *rsa,*pub_rsa,*priv_rsa; local
44 pub_rsa=d2i_RSAPublicKey(NULL,&p,(long)len);
48 if ((pub_rsa == NULL) || (priv_rsa == NULL))
51 RSA_free(pub_rsa);

Completed in 80 milliseconds