| /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_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_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_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_2012_256_paramSetC.h | 272 .alpha_montgomery = &gost_R3410_2012_256_paramSetC_alpha_montgomery_str_param,
|
| H A D | ec_params_gost_R3410_2001_CryptoPro_B_ParamSet.h | 272 .alpha_montgomery = &gost_R3410_2001_CryptoPro_B_ParamSet_alpha_montgomery_str_param,
|
| H A D | ec_params_gost_R3410_2001_CryptoPro_XchB_ParamSet.h | 281 .alpha_montgomery = &gost_R3410_2001_CryptoPro_XchB_ParamSet_alpha_montgomery_str_param,
|
| H A D | ec_params_brainpoolp224t1.h | 281 .alpha_montgomery = &brainpoolp224t1_alpha_montgomery_str_param,
|
| H A D | ec_params_gost_R3410_2012_256_paramSetA.h | 264 .alpha_montgomery = &gost_R3410_2012_256_paramSetA_alpha_montgomery_str_param,
|
| H A D | ec_params_gost_R3410_2001_CryptoPro_C_ParamSet.h | 281 .alpha_montgomery = &gost_R3410_2001_CryptoPro_C_ParamSet_alpha_montgomery_str_param,
|
| H A D | ec_params_sm2p192test.h | 274 .alpha_montgomery = &sm2p192test_alpha_montgomery_str_param,
|
| H A D | ec_params_gost_R3410_2012_512_paramSetB.h | 328 .alpha_montgomery = &gost_R3410_2012_512_paramSetB_alpha_montgomery_str_param,
|
| H A D | ec_params_bign512v1.h | 307 .alpha_montgomery = &bign512v1_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()
|