Home | History | Annotate | Download | only in openssl

Lines Matching refs:pkey

485     EVP_PKEY* pkey = EVP_PKEY_new();
486 EVP_PKEY_assign_RSA(pkey, privkey);
487 int ret = SSL_CTX_use_PrivateKey(ctx, pkey);
489 EVP_PKEY_free(pkey);