Home
last modified time | relevance | path

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) in EC_NewKey() function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c193 if (EC_NewKey(ecparams, &privKey, 0) != SECSuccess) { in soft_ec_genkey_pair()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1140 if (EC_NewKey(ecparams, &privKey, kmflag) != SECSuccess) { in ecc_nostore_key_generate_pair()