Searched refs:ECPrivateKey (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/common/crypto/ecc/ |
H A D | ecc_impl.h | 196 typedef struct ECPrivateKeyStr ECPrivateKey; typedef 225 extern SECStatus EC_NewKey(ECParams *ecParams, ECPrivateKey **privKey, int); 226 extern SECStatus ECDSA_SignDigest(ECPrivateKey *, SECItem *, const SECItem *, 234 extern SECStatus ECDSA_SignDigestWithSeed(ECPrivateKey *, SECItem *, 236 extern SECStatus ec_NewKey(ECParams *, ECPrivateKey **,
|
H A D | ec.c | 246 ec_NewKey(ECParams *ecParams, ECPrivateKey **privKey, in ec_NewKey() 251 ECPrivateKey *key; in ec_NewKey() 270 key = (ECPrivateKey *)PORT_ArenaZAlloc(arena, sizeof(ECPrivateKey), in ec_NewKey() 358 EC_NewKeyFromSeed(ECParams *ecParams, ECPrivateKey **privKey, in EC_NewKeyFromSeed() 431 EC_NewKey(ECParams *ecParams, ECPrivateKey **privKey, int kmflag) in EC_NewKey() 631 ECDSA_SignDigestWithSeed(ECPrivateKey *key, SECItem *signature, in ECDSA_SignDigestWithSeed() 830 ECDSA_SignDigest(ECPrivateKey *key, SECItem *signature, const SECItem *digest, in ECDSA_SignDigest()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softEC.c | 72 soft_free_ecprivkey(ECPrivateKey *key) in soft_free_ecprivkey() 151 ECPrivateKey *privKey; /* contains both public and private values */ in soft_ec_genkey_pair() 472 ECPrivateKey ECkey; in soft_ecc_sign()
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | ecc.c | 236 static void free_ecprivkey(ECPrivateKey *); 649 ECPrivateKey ECkey; in ecc_sign_common() 1047 ECPrivateKey *privKey; /* contains both public and private values */ in ecc_nostore_key_generate_pair() 1313 free_ecprivkey(ECPrivateKey *key) in free_ecprivkey() 1320 kmem_free(key, sizeof (ECPrivateKey)); in free_ecprivkey()
|