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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.h43 ECParams ecparams; member in struct:soft_ecc_ctx
H A DsoftEC.c66 soft_free_ecparams(&ecc_ctx->ecparams, B_FALSE);
152 ECParams *ecparams; local
188 if (EC_DecodeParams(&params_item, &ecparams, 0) != SECSuccess) {
193 if (EC_NewKey(ecparams, &privKey, 0) != SECSuccess) {
194 soft_free_ecparams(ecparams, B_TRUE);
207 soft_free_ecparams(ecparams, B_TRUE);
224 ECParams *ecparams; local
283 if (EC_DecodeParams(&params_item, &ecparams, 0) != SECSuccess) {
294 if (ECDH_Derive(&public_value_item, ecparams, &private_value_item,
296 soft_free_ecparams(ecparams, B_TRU
340 ECParams *ecparams; local
[all...]
/illumos-gate/usr/src/common/crypto/ecc/
H A Decdecode.c578 EC_DecodeParams(const SECItem *encodedParams, ECParams **ecparams, int kmflag) argument
607 *ecparams = params;;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c86 ECParams ecparams; member in struct:ecc_ctx
96 ECParams ecparams; member in struct:digest_ecc_ctx
453 free_ecparams(&ctxp->ecparams, B_FALSE);
477 ECParams *ecparams; local
493 if (EC_DecodeParams(&params_item, &ecparams, kmflag) != SECSuccess) {
512 free_ecparams(ecparams, B_TRUE);
526 free_ecparams(ecparams, B_TRUE);
530 ctxp->ecparams = *ecparams;
531 kmem_free(ecparams, sizeo
789 ECParams *ecparams; local
986 ECParams *ecparams; local
1048 ECParams *ecparams; local
1181 ECParams *ecparams; local
[all...]
/illumos-gate/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 82 milliseconds