Searched refs:EC_GROUP_get_order (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A D | EC_GROUP_copy.pod | 7 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 D | ec_curve.c | 3428 && EC_GROUP_get_order(group, bn[5], ctx))) in ossl_ec_curve_nid_from_params()
|
H A D | ec_lib.c | 446 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 D | ec.h | 242 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
|
/openssl/test/ |
H A D | ectest.c | 58 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 D | libcrypto.num | 2538 EC_GROUP_get_order 2594 3_0_0 EXIST::FUNCTION:EC
|
/openssl/ |
H A D | CHANGES.md | 12970 EC_GROUP_get_order()
|
Completed in 81 milliseconds