Searched refs:EC_GROUP_get_order (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_check.c96 if (!EC_GROUP_get_order(group, order, ctx))
H A Dectest.c134 if (!EC_GROUP_get_order(group, s, ctx))
466 if (!EC_GROUP_get_order(group, z, ctx))
531 if (!EC_GROUP_get_order(group, z, ctx))
604 if (!EC_GROUP_get_order(group, z, ctx))
682 if (!EC_GROUP_get_order(group, z, ctx))
755 if (!EC_GROUP_get_order(group, z, ctx))
834 if (!EC_GROUP_get_order(group, z, ctx))
1047 if (!EC_GROUP_get_order(group, z, ctx)) ABORT; \
H A Dec_lib.c306 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) function
497 if (!EC_GROUP_get_order(a, a1, ctx) ||
498 !EC_GROUP_get_order(b, b1, ctx) ||
H A Dec_key.c249 if (!EC_GROUP_get_order(eckey->group, order, ctx))
H A Dec.h146 int EC_GROUP_get_order(const EC_GROUP *, BIGNUM *order, BN_CTX *);
H A Dec_mult.c774 if (!EC_GROUP_get_order(group, order, ctx))
H A Dec_asn1.c602 if (!EC_GROUP_get_order(group, tmp, NULL)) {
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c124 if (!EC_GROUP_get_order(group, order, ctx)) {
245 if (!EC_GROUP_get_order(group, order, ctx)) {
359 if (!EC_GROUP_get_order(group, order, ctx)) {
H A Decs_lib.c218 if (!EC_GROUP_get_order(group, order, NULL)) {
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_pkey.c357 if (!EC_GROUP_get_order(x, order, NULL) ||
508 if (!EC_GROUP_get_order(group, order, NULL))
780 if (!EC_GROUP_get_order(group, order, NULL)) {
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dp_lib.c102 if (!EC_GROUP_get_order(group, order, NULL)) {
/freebsd-9.3-release/crypto/openssl/apps/
H A Decparam.c457 if (!EC_GROUP_get_order(group, ec_order, NULL))
/freebsd-9.3-release/crypto/openssh/
H A Dkey.c2264 if (EC_GROUP_get_order(group, order, bnctx) != 1)
2265 fatal("%s: EC_GROUP_get_order failed", __func__);
2329 if (EC_GROUP_get_order(EC_KEY_get0_group(key), order, bnctx) != 1)
2330 fatal("%s: EC_GROUP_get_order failed", __func__);

Completed in 168 milliseconds