Home
last modified time | relevance | path

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

/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
/openssl/crypto/ec/
H A Dec_curve.c3428 && EC_GROUP_get_order(group, bn[5], ctx))) in ossl_ec_curve_nid_from_params()
H A Dec_lib.c446 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order() function
/openssl/include/openssl/
H A Dec.h242 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
/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()
/openssl/util/
H A Dlibcrypto.num2538 EC_GROUP_get_order 2594 3_0_0 EXIST::FUNCTION:EC
/openssl/
H A DCHANGES.md12970 EC_GROUP_get_order()

Completed in 81 milliseconds