Home
last modified time | relevance | path

Searched refs:EC_POINT_mul (Results 1 – 18 of 18) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ec/
Dectest.c157 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 …]
Dec_key.c274 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()
Dec_check.c103 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) in EC_GROUP_check()
Dec_ameth.c272 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL)) { in eckey_priv_decode()
Dec.h676 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
Dec_lib.c1020 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, in EC_POINT_mul() function
Dec_asn1.c1091 if (!EC_POINT_mul in d2i_ECPrivateKey()
/freebsd-10-stable/crypto/openssl/engines/ccgost/
Dgost2001.c191 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()
Dgost2001_keyx.c45 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/
Deap_pwd.c296 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/
Decs_ossl.c151 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/
Deap_server_pwd.c215 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/
Dech_ossl.c146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) { in ecdh_compute_key()
/freebsd-10-stable/contrib/wpa/src/eap_common/
Deap_pwd_common.c245 if (!EC_POINT_mul(grp->group, grp->pwe, NULL, grp->pwe, in compute_password_element()
/freebsd-10-stable/contrib/ldns/
Dkeys.c224 if(!EC_POINT_mul(group, pub_key, EC_KEY_get0_private_key(ec), in ldns_EC_KEY_calc_public()
/freebsd-10-stable/crypto/openssh/
Dsshkey.c2905 if (EC_POINT_mul(group, nq, NULL, public, order, bnctx) != 1) { in sshkey_ec_validate_public()
/freebsd-10-stable/crypto/openssl/util/
Dlibeay.num2322 EC_POINT_mul 2831 EXIST::FUNCTION:EC
/freebsd-10-stable/crypto/openssl/
DCHANGES3665 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