Searched defs:ecparams (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.h42 ECParams ecparams; member in struct:soft_ecc_ctx
H A DsoftEC.c66 soft_free_ecparams(&ecc_ctx->ecparams, B_FALSE);
155 ECParams *ecparams; local
191 if (EC_DecodeParams(&params_item, &ecparams, 0) != SECSuccess) {
196 if (EC_NewKey(ecparams, &privKey, 0) != SECSuccess) {
197 soft_free_ecparams(ecparams, B_TRUE);
210 soft_free_ecparams(ecparams, B_TRUE);
228 ECParams *ecparams; local
289 if (EC_DecodeParams(&params_item, &ecparams, 0) != SECSuccess) {
300 if ((secrv = ECDH_Derive(&public_value_item, ecparams,
302 soft_free_ecparams(ecparams, B_TRU
350 ECParams *ecparams; local
[all...]
/osnet-11/usr/src/common/crypto/ecc/
H A Decdecode.c576 EC_DecodeParams(const SECItem *encodedParams, ECParams **ecparams, int kmflag) argument
605 *ecparams = params;;
/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c818 SECKEYECParams *ecparams = NULL; local
944 ecparams = SECITEM_AllocItem(NULL, NULL, (eccoid->Length));
945 if (!ecparams)
948 (void) memcpy(ecparams->data, eccoid->Data, eccoid->Length);
951 nssparams = ecparams;
1004 if (ecparams != NULL)
1005 SECITEM_FreeItem(ecparams, PR_TRUE);

Completed in 30 milliseconds