Home
last modified time | relevance | path

Searched refs:ec_field_GFp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decdecode.c123 if (field_type == ec_field_GFp) { in gf_populate_params()
478 CHECK_SEC_OK( gf_populate_params(ECCurve_SECG_PRIME_112R1, ec_field_GFp, in EC_FillParams()
484 CHECK_SEC_OK( gf_populate_params(ECCurve_SECG_PRIME_112R2, ec_field_GFp, in EC_FillParams()
490 CHECK_SEC_OK( gf_populate_params(ECCurve_SECG_PRIME_128R1, ec_field_GFp, in EC_FillParams()
496 CHECK_SEC_OK( gf_populate_params(ECCurve_SECG_PRIME_128R2, ec_field_GFp, in EC_FillParams()
502 CHECK_SEC_OK( gf_populate_params(ECCurve_SECG_PRIME_160K1, ec_field_GFp, in EC_FillParams()
508 CHECK_SEC_OK( gf_populate_params(ECCurve_SECG_PRIME_160R1, ec_field_GFp, in EC_FillParams()
514 CHECK_SEC_OK( gf_populate_params(ECCurve_SECG_PRIME_160R2, ec_field_GFp, in EC_FillParams()
520 CHECK_SEC_OK( gf_populate_params(ECCurve_SECG_PRIME_192K1, ec_field_GFp, in EC_FillParams()
526 CHECK_SEC_OK( gf_populate_params(ECCurve_SECG_PRIME_224K1, ec_field_GFp, in EC_FillParams()
[all …]
H A Decc_impl.h138 typedef enum { ec_field_GFp = 1, enumerator
H A Dec.c182 if (params->fieldID.type == ec_field_GFp) { in ec_points_mul()
288 if (ecParams->fieldID.type == ec_field_GFp) { in ec_NewKey()
1081 if (srcParams->fieldID.type == ec_field_GFp) { in EC_CopyParams()