Home
last modified time | relevance | path

Searched refs:EC_GROUP_get_order (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEC_GROUP_copy.pod7 EC_GROUP_get0_generator, EC_GROUP_get_order, EC_GROUP_get_cofactor,
30 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
90 EC_GROUP_get_order() retrieves the order of B<group> and copies its value into
205 EC_GROUP_get_order() returns 0 if the order is not set (or set to zero) for
/freebsd/crypto/openssl/crypto/ec/
H A Dec_curve.c3395 && EC_GROUP_get_order(group, bn[5], ctx))) in ossl_ec_curve_nid_from_params()
H A Dec_lib.c444 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order() function
/freebsd/crypto/openssl/include/openssl/
H A Dec.h239 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
/freebsd/crypto/openssl/test/
H A Dectest.c58 if (!TEST_true(EC_GROUP_get_order(group, order, ctx)) in group_order_tests()
548 if (!TEST_true(EC_GROUP_get_order(group, z, ctx)) in prime_field_tests()
/freebsd/crypto/openssh/
H A Dsshkey.c2732 if (EC_GROUP_get_order(group, order, NULL) != 1 || in sshkey_ec_validate_public()
2783 if (EC_GROUP_get_order(EC_KEY_get0_group(key), order, NULL) != 1) { in sshkey_ec_validate_private()
/freebsd/crypto/heimdal/lib/hx509/
H A Dcrypto.c512 if (EC_GROUP_get_order(group, order, bnctx) != 1) in ecdsa_available()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1106 EC_GROUP_get_order;
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2353 !EC_GROUP_get_order(e->group, e->order, e->bnctx)) { in crypto_ec_init()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1421 MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_order.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2538 EC_GROUP_get_order 2594 3_0_0 EXIST::FUNCTION:EC
/freebsd/crypto/openssl/
H A DCHANGES.md11989 EC_GROUP_get_order()