Home | History | Annotate | Download | only in ssl

Lines Matching refs:ecParams

522     SECKEYECParams        ecParams = { siBuffer, NULL, 0 };
527 if (ssl3_ECName2Params(NULL, ec_curve, &ecParams) != SECSuccess) {
532 privKey = SECKEY_CreateECPrivateKey(&ecParams, &pubKey, NULL);
533 SECITEM_FreeItem(&ecParams, PR_FALSE);