Searched refs:EC_POINT_mul (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_check.c103 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx))
H A Dectest.c160 if (!EC_POINT_mul
468 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx))
476 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx))
533 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx))
543 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx))
606 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx))
616 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx))
684 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx))
694 if (!EC_POINT_mul(group, Q, z, NULL, NULL, ctx))
757 if (!EC_POINT_mul(grou
[all...]
H A Dec_key.c264 if (!EC_POINT_mul(eckey->group, pub_key, priv_key, NULL, NULL, ctx))
317 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx)) {
334 if (!EC_POINT_mul(eckey->group, point, eckey->priv_key,
H A Dec.h279 int EC_POINT_mul(const EC_GROUP *, EC_POINT *r, const BIGNUM *,
H A Dec_lib.c1079 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, function
/freebsd-9.3-release/crypto/openssl/crypto/ecdh/
H A Dech_ossl.c146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) {
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c151 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) {
407 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp_pkey.c303 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, ctx)) {
/freebsd-9.3-release/crypto/openssh/
H A Dkey.c2285 if (EC_POINT_mul(group, nq, NULL, public, order, bnctx) != 1)

Completed in 101 milliseconds