Searched refs:ec_NewKey (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/common/crypto/ecc/ |
H A D | ecc_impl.h | 236 extern SECStatus ec_NewKey(ECParams *, ECPrivateKey **,
|
H A D | ec.c | 246 ec_NewKey(ECParams *ecParams, ECPrivateKey **privKey, in ec_NewKey() function 362 rv = ec_NewKey(ecParams, privKey, seed, seedlen, kmflag); in EC_NewKeyFromSeed() 447 CHECK_SEC_OK( ec_NewKey(ecParams, privKey, privKeyBytes, len, kmflag) ); in EC_NewKey()
|