/external/openssl/crypto/ec/ |
D | ectest.c | 152 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 …]
|
D | ec_check.c | 106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err; in EC_GROUP_check()
|
D | ec_key.c | 284 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()
|
D | ec_ameth.c | 286 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL)) in eckey_priv_decode()
|
D | ec.h | 653 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGN…
|
D | ec_lib.c | 1060 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/ |
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()
|
/external/openssl/crypto/ecdsa/ |
D | ecs_ossl.c | 156 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/ |
D | ech_ossl.c | 146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) in ecdh_compute_key()
|
/external/wpa_supplicant_8/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()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.c | 245 if (!EC_POINT_mul(grp->group, grp->pwe, NULL, grp->pwe, in compute_password_element()
|
/external/openssl/include/openssl/ |
D | ec.h | 653 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGN…
|
/external/openssh/ |
D | key.c | 2162 if (EC_POINT_mul(group, nq, NULL, public, order, bnctx) != 1) in key_ec_validate_public()
|