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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h225 extern SECStatus EC_NewKey(ECParams *ecParams, ECPrivateKey **privKey, int);
H A Dec.c431 EC_NewKey(ECParams *ecParams, ECPrivateKey **privKey, int kmflag) function
454 printf("EC_NewKey returning %s\n",
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c193 if (EC_NewKey(ecparams, &privKey, 0) != SECSuccess) {
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1140 if (EC_NewKey(ecparams, &privKey, kmflag) != SECSuccess) {

Completed in 508 milliseconds