Searched refs:curve (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/common/crypto/ecc/ |
H A D | ec.c | 180 SECITEM_TO_MPINT( params->curve.a, &a ); in ec_points_mul() 181 SECITEM_TO_MPINT( params->curve.b, &b ); in ec_points_mul() 298 CHECK_SEC_OK(SECITEM_CopyItem(arena, &key->ecParams.curve.a, in ec_NewKey() 299 &ecParams->curve.a, kmflag)); in ec_NewKey() 300 CHECK_SEC_OK(SECITEM_CopyItem(arena, &key->ecParams.curve.b, in ec_NewKey() 301 &ecParams->curve.b, kmflag)); in ec_NewKey() 302 CHECK_SEC_OK(SECITEM_CopyItem(arena, &key->ecParams.curve.seed, in ec_NewKey() 303 &ecParams->curve.seed, kmflag)); in ec_NewKey() 1091 CHECK_SEC_OK(SECITEM_CopyItem(arena, &dstParams->curve.a, in EC_CopyParams() 1092 &srcParams->curve.a, 0)); in EC_CopyParams() [all …]
|
H A D | ecdecode.c | 132 CHECK_OK(hexString2SECItem(NULL, ¶ms->curve.a, in gf_populate_params() 134 CHECK_OK(hexString2SECItem(NULL, ¶ms->curve.b, in gf_populate_params()
|
H A D | THIRDPARTYLICENSE | 89 * The Original Code is the elliptic curve math library for binary polynomial field curves. 126 * The Original Code is the elliptic curve math library for binary polynomial field curves. 165 * The Original Code is the elliptic curve math library. 240 * The Original Code is the elliptic curve math library. 277 * The Original Code is the elliptic curve math library. 315 * The Original Code is the elliptic curve math library for prime field curves. 352 * The Original Code is the elliptic curve math library for prime field curves. 394 * The Original Code is the elliptic curve math library for prime field curves.
|
H A D | ecc_impl.h | 172 ECCurve curve; member
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softEC.c | 46 SECITEM_FreeItem(¶ms->curve.a, B_FALSE); in soft_free_ecparams() 47 SECITEM_FreeItem(¶ms->curve.b, B_FALSE); in soft_free_ecparams() 48 SECITEM_FreeItem(¶ms->curve.seed, B_FALSE); in soft_free_ecparams()
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | ecc.c | 1301 SECITEM_FreeItem(¶ms->curve.a, B_FALSE); in free_ecparams() 1302 SECITEM_FreeItem(¶ms->curve.b, B_FALSE); in free_ecparams() 1303 SECITEM_FreeItem(¶ms->curve.seed, B_FALSE); in free_ecparams()
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 5893 curve
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 5892 curve
|