HomeSort by relevance Sort by last modified time
    Searched refs:EC_POINT_mul (Results 1 - 12 of 12) sorted by null

  /external/openssl/crypto/ec/
ec_check.c 106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
ectest.c 155 if (!EC_POINT_mul(group, P, (type != TIMING_RAND_PT) ? r[i] : NULL,
387 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT;
392 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT;
431 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT;
436 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT;
475 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT;
480 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT;
520 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT;
525 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT;
570 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx)) ABORT
    [all...]
ec_key.c 275 if (!EC_POINT_mul(eckey->group, pub_key, priv_key, NULL, NULL, ctx))
332 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx))
352 if (!EC_POINT_mul(eckey->group, point, eckey->priv_key,
ec.h 633 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
    [all...]
ec_ameth.c 286 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL))
ec_lib.c 1128 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar,
  /external/openssl/crypto/ecdh/
ech_ossl.c 146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx))
  /external/openssl/crypto/ecdsa/
ecs_ossl.c 156 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx))
443 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx))
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 290 if (!EC_POINT_mul(data->grp->group, data->my_element, NULL,
340 if (!EC_POINT_mul(data->grp->group, point, NULL,
354 if ((!EC_POINT_mul(data->grp->group, K, NULL, data->grp->pwe,
358 (!EC_POINT_mul(data->grp->group, K, NULL, K, data->private_value,
367 if (!EC_POINT_mul(data->grp->group, K, NULL, K, cofactor,
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 206 if (!EC_POINT_mul(data->grp->group, data->my_element, NULL,
550 if (!EC_POINT_mul(data->grp->group, point, NULL,
564 if ((!EC_POINT_mul(data->grp->group, K, NULL, data->grp->pwe,
568 (!EC_POINT_mul(data->grp->group, K, NULL, K, data->private_value,
577 if (!EC_POINT_mul(data->grp->group, K, NULL, K, cofactor,
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 229 if (!EC_POINT_mul(grp->group, grp->pwe, NULL, grp->pwe,
  /external/openssl/include/openssl/
ec.h 633 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
    [all...]

Completed in 714 milliseconds