Home | History | Annotate | Download | only in openssl

Lines Matching defs:privkey

483     RSA* privkey = d2i_RSAPrivateKey(NULL, &bufp, sizeof(kRSAPrivateKeyDER));
484 assert(privkey != NULL);
486 EVP_PKEY_assign_RSA(pkey, privkey);