ECCrefPrivateKey 转EC_KEY

EC_KEY *EC_KEY_new_from_ECCrefPublicKey(const ECCrefPublicKey *ref);

int EC_KEY_set_ECCrefPublicKey(EC_KEY *ec_key, const ECCrefPublicKey *ref);

int EC_KEY_get_ECCrefPublicKey(EC_KEY *ec_key, ECCrefPublicKey *ref);

EC_KEY *EC_KEY_new_from_ECCrefPrivateKey(const ECCrefPrivateKey *ref);

int EC_KEY_set_ECCrefPrivateKey(EC_KEY *ec_key, const ECCrefPrivateKey *ref);

int EC_KEY_get_ECCrefPrivateKey(EC_KEY *ec_key, ECCrefPrivateKey *ref);

上一篇:基于openEuler的OpenSSL编译安装和编程实践


下一篇:抢票爬虫