Searched refs:ec_group (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 2365 EC_GROUP *ec_group = NULL; in crypto_ec_key_set_pub() local 2384 ec_group = EC_GROUP_new_by_curve_name(nid); in crypto_ec_key_set_pub() 2385 if (!ec_group) in crypto_ec_key_set_pub() 2390 point = EC_POINT_new(ec_group); in crypto_ec_key_set_pub() 2394 if (!EC_POINT_set_affine_coordinates_GFp(ec_group, point, x, y, ctx)) { in crypto_ec_key_set_pub() 2401 if (!EC_POINT_is_on_curve(ec_group, point, ctx) || in crypto_ec_key_set_pub() 2402 EC_POINT_is_at_infinity(ec_group, point)) { in crypto_ec_key_set_pub() 2409 EC_KEY_set_group(eckey, ec_group) != 1 || in crypto_ec_key_set_pub() 2425 EC_GROUP_free(ec_group); in crypto_ec_key_set_pub()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 1054 const EC_GROUP *ec_group; in ec_gen_set_template() local 1058 if ((ec_group = EC_KEY_get0_group(ec)) == NULL) in ec_gen_set_template() 1060 return ec_gen_set_group(gctx, ec_group); in ec_gen_set_template()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 1054 const EC_GROUP *ec_group; in ec_gen_set_template() local 1058 if ((ec_group = EC_KEY_get0_group(ec)) == NULL) in ec_gen_set_template() 1060 return ec_gen_set_group(gctx, ec_group); in ec_gen_set_template()
|
/third_party/node/src/crypto/ |
H A D | crypto_sig.cc | 126 const EC_GROUP* ec_group = EC_KEY_get0_group(ec_key); in ValidateDSAParameters() local 127 bits = EC_GROUP_order_bits(ec_group); in ValidateDSAParameters()
|
Completed in 9 milliseconds