Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dectest.c152 if (!EC_POINT_mul(group, P, (type != TIMING_RAND_PT) ? r[i] : NULL,
207 if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx)) ABORT; in group_order_tests()
212 if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx)) ABORT; in group_order_tests()
219 if(!EC_POINT_mul(group, Q, NULL, P, n1, ctx)) ABORT; in group_order_tests()
223 if(!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT; in group_order_tests()
227 if(!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT; in group_order_tests()
1375 EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx); in nistp_single_test()
1378 EC_POINT_mul(NISTP, Q, NULL, G, n, ctx); in nistp_single_test()
1389 EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx); in nistp_single_test()
1392 EC_POINT_mul(NISTP, Q, NULL, P, m, ctx); in nistp_single_test()
[all …]
Dec_check.c106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err; in EC_GROUP_check()
Dec_key.c284 if (!EC_POINT_mul(eckey->group, pub_key, priv_key, NULL, NULL, ctx)) in EC_KEY_generate_key()
341 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx)) in EC_KEY_check_key()
361 if (!EC_POINT_mul(eckey->group, point, eckey->priv_key, in EC_KEY_check_key()
Dec_ameth.c286 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL)) in eckey_priv_decode()
Dec.h653 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGN…
Dec_lib.c1060 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, in EC_POINT_mul() function
/external/wpa_supplicant_8/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()
/external/openssl/crypto/ecdsa/
Decs_ossl.c156 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) in ecdsa_sign_setup()
445 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) in ecdsa_do_verify()
/external/openssl/crypto/ecdh/
Dech_ossl.c146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) in ecdh_compute_key()
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c245 if (!EC_POINT_mul(grp->group, grp->pwe, NULL, grp->pwe, in compute_password_element()
/external/openssl/include/openssl/
Dec.h653 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGN…
/external/openssh/
Dkey.c2162 if (EC_POINT_mul(group, nq, NULL, public, order, bnctx) != 1) in key_ec_validate_public()