Symbol: ECPrivateKey
usr/src/common/crypto/ecc/ec.c
246
ec_NewKey(ECParams *ecParams, ECPrivateKey **privKey,
usr/src/common/crypto/ecc/ec.c
251
ECPrivateKey *key;
usr/src/common/crypto/ecc/ec.c
270
key = (ECPrivateKey *)PORT_ArenaZAlloc(arena, sizeof(ECPrivateKey),
usr/src/common/crypto/ecc/ec.c
358
EC_NewKeyFromSeed(ECParams *ecParams, ECPrivateKey **privKey,
usr/src/common/crypto/ecc/ec.c
431
EC_NewKey(ECParams *ecParams, ECPrivateKey **privKey, int kmflag)
usr/src/common/crypto/ecc/ec.c
631
ECDSA_SignDigestWithSeed(ECPrivateKey *key, SECItem *signature,
usr/src/common/crypto/ecc/ec.c
830
ECDSA_SignDigest(ECPrivateKey *key, SECItem *signature, const SECItem *digest,
usr/src/common/crypto/ecc/ecc_impl.h
225
extern SECStatus EC_NewKey(ECParams *ecParams, ECPrivateKey **privKey, int);
usr/src/common/crypto/ecc/ecc_impl.h
226
extern SECStatus ECDSA_SignDigest(ECPrivateKey *, SECItem *, const SECItem *,
usr/src/common/crypto/ecc/ecc_impl.h
234
extern SECStatus ECDSA_SignDigestWithSeed(ECPrivateKey *, SECItem *,
usr/src/common/crypto/ecc/ecc_impl.h
236
extern SECStatus ec_NewKey(ECParams *, ECPrivateKey **,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softEC.c
151
ECPrivateKey *privKey; /* contains both public and private values */
usr/src/lib/pkcs11/pkcs11_softtoken/common/softEC.c
470
ECPrivateKey ECkey;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softEC.c
72
soft_free_ecprivkey(ECPrivateKey *key)
usr/src/uts/common/crypto/io/ecc.c
1046
ECPrivateKey *privKey; /* contains both public and private values */
usr/src/uts/common/crypto/io/ecc.c
1312
free_ecprivkey(ECPrivateKey *key)
usr/src/uts/common/crypto/io/ecc.c
1319
kmem_free(key, sizeof (ECPrivateKey));
usr/src/uts/common/crypto/io/ecc.c
236
static void free_ecprivkey(ECPrivateKey *);
usr/src/uts/common/crypto/io/ecc.c
648
ECPrivateKey ECkey;