Lines Matching refs:EC_KEY_get0_group
782 if (EC_GROUP_cmp(EC_KEY_get0_group(a->ecdsa), in sshkey_equal_public()
783 EC_KEY_get0_group(b->ecdsa), NULL) != 0 || in sshkey_equal_public()
784 EC_POINT_cmp(EC_KEY_get0_group(a->ecdsa), in sshkey_equal_public()
1682 const EC_GROUP *g = EC_KEY_get0_group(k); in sshkey_ecdsa_key_to_nid()
2517 if ((q = EC_POINT_new(EC_KEY_get0_group(key->ecdsa))) == NULL) { in sshkey_from_blob_internal()
2521 if (sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa)) != 0) { in sshkey_from_blob_internal()
2525 if (sshkey_ec_validate_public(EC_KEY_get0_group(key->ecdsa), in sshkey_from_blob_internal()
2536 sshkey_dump_ec_point(EC_KEY_get0_group(key->ecdsa), q); in sshkey_from_blob_internal()
3013 EC_KEY_get0_group(k->ecdsa))) != 0) in sshkey_certify_custom()
3571 if ((r = sshkey_ec_validate_public(EC_KEY_get0_group(k->ecdsa), in sshkey_private_deserialize()
3604 if ((r = sshkey_ec_validate_public(EC_KEY_get0_group(k->ecdsa), in sshkey_private_deserialize()
3620 if ((r = sshkey_ec_validate_public(EC_KEY_get0_group(k->ecdsa), in sshkey_private_deserialize()
3860 if (EC_GROUP_get_order(EC_KEY_get0_group(key), order, NULL) != 1) { in sshkey_ec_validate_private()
3921 sshkey_dump_ec_point(EC_KEY_get0_group(key), in sshkey_dump_ec_key()
4678 sshkey_ec_validate_public(EC_KEY_get0_group(prv->ecdsa), in sshkey_parse_private_pem_fileblob()