| /freebsd-10-stable/crypto/openssl/crypto/ec/ |
| D | ectest.c | 157 if (!EC_POINT_mul 224 if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx)) in group_order_tests() 232 if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx)) in group_order_tests() 251 if (!EC_POINT_mul(group, P, n1, NULL, NULL, ctx)) in group_order_tests() 259 if (!EC_POINT_mul(group, Q, NULL, P, n1, ctx)) in group_order_tests() 267 if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) in group_order_tests() 275 if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) in group_order_tests() 282 if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) in group_order_tests() 1734 EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx); in nistp_single_test() 1738 EC_POINT_mul(NISTP, Q, NULL, G, n, ctx); in nistp_single_test() [all …]
|
| D | ec_key.c | 274 if (!EC_POINT_mul(eckey->group, pub_key, priv_key, NULL, NULL, ctx)) in EC_KEY_generate_key() 327 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx)) { in EC_KEY_check_key() 344 if (!EC_POINT_mul(eckey->group, point, eckey->priv_key, in EC_KEY_check_key()
|
| D | ec_check.c | 103 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) in EC_GROUP_check()
|
| D | ec_ameth.c | 272 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL)) { in eckey_priv_decode()
|
| D | ec.h | 676 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
|
| D | ec_lib.c | 1020 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, in EC_POINT_mul() function
|
| D | ec_asn1.c | 1091 if (!EC_POINT_mul in d2i_ECPrivateKey()
|
| /freebsd-10-stable/crypto/openssl/engines/ccgost/ |
| D | gost2001.c | 191 if (!EC_POINT_mul(group, C, k, NULL, NULL, ctx)) { in gost2001_do_sign() 342 if (!EC_POINT_mul(group, C, z1, pub_key, z2, ctx)) { in gost2001_do_verify() 410 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, ctx)) { in gost2001_compute_public()
|
| D | gost2001_keyx.c | 45 EC_POINT_mul(EC_KEY_get0_group(priv_key), pnt, NULL, pub_key, p, ctx); in VKO_compute_key()
|
| /freebsd-10-stable/contrib/wpa/src/eap_peer/ |
| D | eap_pwd.c | 296 if (!EC_POINT_mul(data->grp->group, data->my_element, NULL, in eap_pwd_perform_commit_exchange() 346 if (!EC_POINT_mul(data->grp->group, point, NULL, in eap_pwd_perform_commit_exchange() 360 if ((!EC_POINT_mul(data->grp->group, K, NULL, data->grp->pwe, in eap_pwd_perform_commit_exchange() 364 (!EC_POINT_mul(data->grp->group, K, NULL, K, data->private_value, in eap_pwd_perform_commit_exchange() 373 if (!EC_POINT_mul(data->grp->group, K, NULL, K, cofactor, in eap_pwd_perform_commit_exchange()
|
| /freebsd-10-stable/crypto/openssl/crypto/ecdsa/ |
| D | ecs_ossl.c | 151 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { in ecdsa_sign_setup() 410 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) { in ecdsa_do_verify()
|
| /freebsd-10-stable/contrib/wpa/src/eap_server/ |
| D | eap_server_pwd.c | 215 if (!EC_POINT_mul(data->grp->group, data->my_element, NULL, in eap_pwd_build_commit_req() 666 if (!EC_POINT_mul(data->grp->group, point, NULL, in eap_pwd_process_commit_resp() 680 if ((!EC_POINT_mul(data->grp->group, K, NULL, data->grp->pwe, in eap_pwd_process_commit_resp() 684 (!EC_POINT_mul(data->grp->group, K, NULL, K, data->private_value, in eap_pwd_process_commit_resp() 693 if (!EC_POINT_mul(data->grp->group, K, NULL, K, cofactor, in eap_pwd_process_commit_resp()
|
| /freebsd-10-stable/crypto/openssl/crypto/ecdh/ |
| D | ech_ossl.c | 146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) { in ecdh_compute_key()
|
| /freebsd-10-stable/contrib/wpa/src/eap_common/ |
| D | eap_pwd_common.c | 245 if (!EC_POINT_mul(grp->group, grp->pwe, NULL, grp->pwe, in compute_password_element()
|
| /freebsd-10-stable/contrib/ldns/ |
| D | keys.c | 224 if(!EC_POINT_mul(group, pub_key, EC_KEY_get0_private_key(ec), in ldns_EC_KEY_calc_public()
|
| /freebsd-10-stable/crypto/openssh/ |
| D | sshkey.c | 2905 if (EC_POINT_mul(group, nq, NULL, public, order, bnctx) != 1) { in sshkey_ec_validate_public()
|
| /freebsd-10-stable/crypto/openssl/util/ |
| D | libeay.num | 2322 EC_POINT_mul 2831 EXIST::FUNCTION:EC
|
| /freebsd-10-stable/crypto/openssl/ |
| D | CHANGES | 3665 makes subsequent invocations of EC_POINTs_mul() or EC_POINT_mul() 3886 *) Optionally dispatch EC_POINT_mul(), EC_POINT_precompute_mult() 5545 EC_POINT_mul is a simple wrapper function for the typical case
|