Searched refs:ECParams (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decc_impl.h200 typedef struct ECParamsStr ECParams; typedef in typeref:struct:ECParamsStr
203 ECParams ecParams;
211 ECParams ecParams;
243 extern SECStatus EC_DecodeParams(const SECItem *, ECParams **, int);
249 extern SECStatus EC_NewKey(ECParams *ecParams, ECPrivateKey **privKey,
256 extern SECStatus ECDH_Derive(SECItem *, ECParams *, SECItem *, boolean_t,
H A Decdecode.c108 gf_populate_params(ECCurveName name, ECFieldType field_type, ECParams *params,
154 ECParams *params, int kmflag)
580 EC_DecodeParams(const SECItem *encodedParams, ECParams **ecparams, int kmflag)
583 ECParams *params;
586 /* Initialize an arena for the ECParams structure */
590 params = (ECParams *)PORT_ArenaZAlloc(NULL, sizeof(ECParams), kmflag);
601 /* Fill out the rest of the ECParams structure based on
H A Dec.c88 ec_points_mul(const ECParams *params, const mp_int *k1, const mp_int *k2,
247 ec_NewKey(ECParams *ecParams, ECPrivateKey **privKey,
281 /* Copy all of the fields from the ECParams argument to the
282 * ECParams structure within the private key.
359 EC_NewKeyFromSeed(ECParams *ecParams, ECPrivateKey **privKey,
440 EC_NewKey(ECParams *ecParams, ECPrivateKey **privKey,
478 EC_ValidatePublicKey(ECParams *ecParams, SECItem *publicValue, int kmflag)
566 ECParams *ecParams,
650 ECParams *ecParams = NULL;
887 ECParams *ecParam
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/
H A DECC_JNI.cpp48 * Deep free of the ECParams struct
50 void FreeECParams(ECParams *ecparams, jboolean freeStruct)
77 ECParams *ecparams = NULL;
84 // Initialize the ECParams struct
89 // Fill a new ECParams using the supplied OID
192 // Initialize the ECParams struct
193 ECParams *ecparams = NULL;
199 // Fill a new ECParams using the supplied OID
290 ECParams *ecparams = NULL;
293 // Initialize the ECParams struc
[all...]

Completed in 759 milliseconds