Searched refs:EC_GROUP_get_order (Results 1 – 15 of 15) sorted by relevance
/external/openssl/crypto/ecdsa/ |
D | ecs_ossl.c | 129 if (!EC_GROUP_get_order(group, order, ctx)) in ecdsa_sign_setup() 259 if (!EC_GROUP_get_order(group, order, ctx)) in ecdsa_do_sign() 389 if (!EC_GROUP_get_order(group, order, ctx)) in ecdsa_do_verify()
|
D | ecs_lib.c | 235 if (!EC_GROUP_get_order(group,order,NULL)) in ECDSA_size()
|
/external/openssl/crypto/ec/ |
D | ec_check.c | 99 if (!EC_GROUP_get_order(group, order, ctx)) goto err; in EC_GROUP_check()
|
D | ec_ameth.c | 383 if (!EC_GROUP_get_order(group, order, NULL)) in ec_bits() 494 if (!EC_GROUP_get_order(group, order, NULL)) in do_EC_KEY_print()
|
D | ec_lib.c | 319 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order() function 526 if (!EC_GROUP_get_order(a, a1, ctx) || in EC_GROUP_cmp() 527 !EC_GROUP_get_order(b, b1, ctx) || in EC_GROUP_cmp()
|
D | eck_prn.c | 234 if (!EC_GROUP_get_order(x, order, NULL) || in ECPKParameters_print()
|
D | ec_key.c | 267 if (!EC_GROUP_get_order(eckey->group, order, ctx)) in EC_KEY_generate_key()
|
D | ectest.c | 128 if (!EC_GROUP_get_order(group, s, ctx)) ABORT; 206 if (!EC_GROUP_get_order(group, order, ctx)) ABORT; in group_order_tests() 642 if (!EC_GROUP_get_order(group, z, ctx)) ABORT; in prime_field_tests()
|
D | ec.h | 252 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
|
D | ec_mult.c | 800 if (!EC_GROUP_get_order(group, order, ctx)) goto err; in ec_wNAF_precompute_mult()
|
D | ec_asn1.c | 653 if (!EC_GROUP_get_order(group, tmp, NULL)) in ec_asn1_group2parameters()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.c | 138 if (!EC_GROUP_get_order(grp->group, grp->order, NULL)) { in compute_password_element()
|
/external/openssl/apps/ |
D | ecparam.c | 514 if (!EC_GROUP_get_order(group, ec_order, NULL)) in MAIN()
|
/external/openssl/include/openssl/ |
D | ec.h | 252 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
|
/external/openssh/ |
D | key.c | 2141 if (EC_GROUP_get_order(group, order, bnctx) != 1) in key_ec_validate_public() 2206 if (EC_GROUP_get_order(EC_KEY_get0_group(key), order, bnctx) != 1) in key_ec_validate_private()
|