/freebsd/crypto/libecc/src/ecdh/ |
H A D | x25519_448.c | 162 fp_src_t alpha_montgomery; in x25519_448_core() local 201 alpha_montgomery = &(shortw_curve_params.ec_alpha_montgomery); in x25519_448_core() 211 ret = curve_shortw_to_montgomery(shortw_curve, &montgomery_curve, alpha_montgomery, in x25519_448_core() 294 PTR_NULLIFY(alpha_montgomery); in x25519_448_core()
|
/freebsd/crypto/libecc/src/sig/ |
H A D | eddsa.c | 873 fp_src_t alpha_montgomery; local 909 alpha_montgomery = &(shortw_curve_params->ec_alpha_montgomery); 915 ret = curve_shortw_to_edwards(shortw_curve, &edwards_curve, alpha_montgomery, 959 PTR_NULLIFY(alpha_montgomery); 980 fp_src_t alpha_montgomery; local 991 alpha_montgomery = &(in_pub->params->ec_alpha_montgomery); 1010 ret = curve_shortw_to_edwards(shortw_curve, &edwards_curve, alpha_montgomery, 1020 PTR_NULLIFY(alpha_montgomery); 1238 fp_src_t alpha_montgomery; local 1290 alpha_montgomery = &(priv_key->params->ec_alpha_montgomery); [all …]
|
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | aff_pt.h | 86 …shortw_crv_src_t shortw_crv, ec_edwards_crv_t edwards_crv, fp_src_t alpha_montgomery, fp_src_t gam… 123 …_crv_src_t shortw_crv, ec_montgomery_crv_t montgomery_crv, fp_src_t alpha_montgomery, fp_src_t gam…
|
/freebsd/crypto/libecc/include/libecc/curves/known/ |
H A D | ec_params_external.h | 91 const ec_str_param *alpha_montgomery; member
|
H A D | ec_params_secp256r1.h | 193 .alpha_montgomery = &secp256r1_alpha_montgomery_str_param,
|
H A D | ec_params_gost512.h | 252 .alpha_montgomery = &GOST_512bits_curve_alpha_montgomery_str_param,
|
H A D | ec_params_brainpoolp512r1.h | 243 .alpha_montgomery = &brainpoolp512r1_alpha_montgomery_str_param,
|
H A D | ec_params_brainpoolp384r1.h | 231 .alpha_montgomery = &brainpoolp384r1_alpha_montgomery_str_param,
|
H A D | ec_params_secp384r1.h | 217 .alpha_montgomery = &secp384r1_alpha_montgomery_str_param,
|
H A D | ec_params_gost256.h | 199 .alpha_montgomery = &GOST_256bits_curve_alpha_montgomery_str_param,
|
H A D | ec_params_frp256v1.h | 199 .alpha_montgomery = &frp256v1_alpha_montgomery_str_param,
|
H A D | ec_params_brainpoolp256r1.h | 193 .alpha_montgomery = &brainpoolp256r1_alpha_montgomery_str_param,
|
H A D | ec_params_secp521r1.h | 293 .alpha_montgomery = &secp521r1_alpha_montgomery_str_param,
|
H A D | ec_params_brainpoolp224r1.h | 261 .alpha_montgomery = &brainpoolp224r1_alpha_montgomery_str_param,
|
H A D | ec_params_secp224r1.h | 254 .alpha_montgomery = &secp224r1_alpha_montgomery_str_param,
|
H A D | ec_params_gost_R3410_2001_CryptoPro_A_ParamSet.h | 263 .alpha_montgomery = &gost_R3410_2001_CryptoPro_A_ParamSet_alpha_montgomery_str_param,
|
H A D | ec_params_wei25519.h | 282 .alpha_montgomery = &wei25519_alpha_montgomery_str_param,
|
H A D | ec_params_secp192r1.h | 278 .alpha_montgomery = &secp192r1_alpha_montgomery_str_param,
|
H A D | ec_params_brainpoolp384t1.h | 315 .alpha_montgomery = &brainpoolp384t1_alpha_montgomery_str_param,
|
H A D | ec_params_bign256v1.h | 263 .alpha_montgomery = &bign256v1_alpha_montgomery_str_param,
|
H A D | ec_params_secp256k1.h | 266 .alpha_montgomery = &secp256k1_alpha_montgomery_str_param,
|
H A D | ec_params_secp192k1.h | 255 .alpha_montgomery = &secp192k1_alpha_montgomery_str_param,
|
H A D | ec_params_secp224k1.h | 268 .alpha_montgomery = &secp224k1_alpha_montgomery_str_param,
|
H A D | ec_params_gost_R3410_2001_CryptoPro_XchA_ParamSet.h | 263 .alpha_montgomery = &gost_R3410_2001_CryptoPro_XchA_ParamSet_alpha_montgomery_str_param,
|
/freebsd/crypto/libecc/src/curves/ |
H A D | ec_params.c | 141 PARAM_BUF_PTR(in_str_params->alpha_montgomery), in import_params() 142 PARAM_BUF_LEN(in_str_params->alpha_montgomery)); EG(ret, err); in import_params()
|