Searched refs:EC_GROUP_get_order (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/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
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_curve.c | 3395 && EC_GROUP_get_order(group, bn[5], ctx))) in ossl_ec_curve_nid_from_params()
|
H A D | ec_lib.c | 444 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 D | ec.h | 239 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
|
/freebsd/crypto/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()
|
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 2732 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 D | crypto.c | 512 if (EC_GROUP_get_order(group, order, bnctx) != 1) in ecdsa_available()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1106 EC_GROUP_get_order;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 2353 !EC_GROUP_get_order(e->group, e->order, e->bnctx)) { in crypto_ec_init()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1421 MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_order.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2538 EC_GROUP_get_order 2594 3_0_0 EXIST::FUNCTION:EC
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11989 EC_GROUP_get_order()
|