Searched refs:EC_GROUP_get_order (Results 1 – 13 of 13) 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/krb5/src/plugins/preauth/spake/ |
| H A D | openssl.c | 116 if (!EC_GROUP_get_order(gd->group, gd->order, gd->ctx)) in ossl_init()
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_curve.c | 3303 && EC_GROUP_get_order(group, bn[5], ctx))) in ossl_ec_curve_nid_from_params()
|
| H A D | ec_lib.c | 450 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 | 242 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() 546 if (!TEST_true(EC_GROUP_get_order(group, z, ctx)) in prime_field_tests()
|
| /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/crypto/openssh/ |
| H A D | sshkey.c | 2749 if (EC_GROUP_get_order(EC_KEY_get0_group(key), order, NULL) != 1) { in sshkey_ec_validate_private()
|
| /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 | 1612 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 | 13787 EC_GROUP_get_order()
|