HomeSort by relevance Sort by last modified time
    Searched refs:EC_POINT_mul (Results 1 - 13 of 13) 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 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;
212 if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx)) ABORT;
219 if(!EC_POINT_mul(group, Q, NULL, P, n1, ctx)) ABORT;
223 if(!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT;
227 if(!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT;
    [all...]
ec_key.c 284 if (!EC_POINT_mul(eckey->group, pub_key, priv_key, NULL, NULL, ctx))
341 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx))
361 if (!EC_POINT_mul(eckey->group, point, eckey->priv_key,
ec_ameth.c 286 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL))
ec.h 653 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_lib.c 1060 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))
445 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx))
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 295 if (!EC_POINT_mul(data->grp->group, data->my_element, NULL,
345 if (!EC_POINT_mul(data->grp->group, point, NULL,
359 if ((!EC_POINT_mul(data->grp->group, K, NULL, data->grp->pwe,
363 (!EC_POINT_mul(data->grp->group, K, NULL, K, data->private_value,
372 if (!EC_POINT_mul(data->grp->group, K, NULL, K, cofactor,
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 214 if (!EC_POINT_mul(data->grp->group, data->my_element, NULL,
665 if (!EC_POINT_mul(data->grp->group, point, NULL,
679 if ((!EC_POINT_mul(data->grp->group, K, NULL, data->grp->pwe,
683 (!EC_POINT_mul(data->grp->group, K, NULL, K, data->private_value,
692 if (!EC_POINT_mul(data->grp->group, K, NULL, K, cofactor,
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 235 if (!EC_POINT_mul(grp->group, grp->pwe, NULL, grp->pwe,
  /external/openssl/include/openssl/
ec.h 653 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...]
  /external/openssh/
key.c     [all...]

Completed in 227 milliseconds