HomeSort by relevance Sort by last modified time
    Searched refs:ecParams (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/third_party/nss/ssl/
derive.c 738 SECKEYECParams ecParams = { siBuffer, NULL, 0 },
772 rv = ssl3_ECName2Params(NULL, ec_curve, &ecParams);
776 pecParams = &ecParams;
825 PORT_Free(ecParams.data);
ssl3ecc.c 537 SECKEYECParams ecParams = { siBuffer, NULL, 0 };
542 if (ssl3_ECName2Params(NULL, ec_curve, &ecParams) != SECSuccess) {
547 privKey = SECKEY_CreateECPrivateKey(&ecParams, &pubKey, NULL);
548 SECITEM_FreeItem(&ecParams, PR_FALSE);
    [all...]

Completed in 228 milliseconds