Searched defs:ec_NewKey (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec.c | 246 ec_NewKey(ECParams *ecParams, ECPrivateKey **privKey, function 257 printf("ec_NewKey called\n"); 344 printf("ec_NewKey returning %s\n", 362 rv = ec_NewKey(ecParams, privKey, seed, seedlen, kmflag); 447 CHECK_SEC_OK( ec_NewKey(ecParams, privKey, privKeyBytes, len, kmflag) );
|
Completed in 281 milliseconds